in English

상호작용

사용자가 웹 사이트 콘텐츠와 상호 작용하는 방식을 변경하는 유틸리티 클래스입니다.

텍스트 선택

사용자가 콘텐츠와 상호 작용할 때 콘텐츠가 선택되는 방식을 변경합니다.

이 단락은 사용자가 클릭하면 완전히 선택됩니다.

이 단락에는 기본 선택 동작이 있습니다.

이 단락은 사용자가 클릭하면 선택할 수 없습니다.

<p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
<p class="user-select-auto">This paragraph has the default select behavior.</p>
<p class="user-select-none">This paragraph will not be selectable when clicked by the user.</p>

$user-selects에서 Sass 목록 을 변경하여 사용 가능한 클래스를 사용자 정의하십시오 _variables.scss.