// scss-docs-start utils-interaction
"user-select": (
property: user-select,
- values: all auto none
+ values: all auto text none
),
"pointer-events": (
property: pointer-events,
<Example code={`<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 default select behavior.</p>
+<p class="user-select-text">This paragraph has text select behavior.</p>
<p class="user-select-none">This paragraph will not be selectable when clicked by the user.</p>`} />
## Pointer events