tailwindcss/docs/source/docs/user-select.blade.md
2017-11-09 14:05:03 -05:00

1.5 KiB

extends title description features
_layouts.documentation User Select Utilities for controlling whether the user can select text in an element.
responsive customizable hover focus
true false false 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.