mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.5 KiB
1.5 KiB
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | User Select | Utilities for controlling whether the user can select text in an element. |
|
@include('_partials.work-in-progress')
| Class | Properties | Description |
|---|---|---|
| .select-none | user-select: none; | Disable selecting text in an element. |
| .select-text | user-select: text; | Allow selecting text in an element. |