User Select
vel-src: interactivity.css
Utilities for controlling whether the user can select text in an element.
| Class | Properties |
|---|---|
| vel-select-none | user-select: none |
| vel-select-text | user-select: text |
| vel-select-all | user-select: all |
| vel-select-auto | user-select: auto |
Examples
Non-selectable UI label
Cannot be selected
Select all on click (e.g. code snippet)
git clone https://github.com/VeloraX/veloracss.git