tailwindcss/docs/source/docs/user-select.blade.md
2017-12-03 02:55:40 +01:00

758 B

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')

@include('_partials.class-table', [ 'rows' => [ [ '.select-none', 'user-select: none;', "Disable selecting text in an element.", ], [ '.select-text', 'user-select: text;', "Allow selecting text in an element.", ], ] ])

Customizing

@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'user-select', 'property' => 'userSelect', ], 'variants' => [ 'responsive', ], ])