Select Utility

On this page


# Intro

The select utility controls the select of an element.

ClassProperties
--select-noneuser-select: none;
--select-textuser-select: text;
--select-alluser-select: all;
--select-autouser-select: auto;