user-select
Utilities for controlling whether the user can select text in an element.
| Utility | Styles |
|---|---|
select.none | user-select: none; |
select.text | user-select: text; |
select.all | user-select: all; |
select.auto | user-select: auto; |
Utilities for controlling whether the user can select text in an element.
| Utility | Styles |
|---|---|
select.none | user-select: none; |
select.text | user-select: text; |
select.all | user-select: all; |
select.auto | user-select: auto; |