mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.8 KiB
1.8 KiB
| extends | title |
|---|---|
| _layouts.documentation | User Select |
User Select
Utilities for controlling whether the user can select text in an element.
@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => false, 'hover' => false, 'focus' => false ])
@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. |