Skip to main content

User Select

Control the user selection behavior of text.

Import​

src/screens/Component.js
import { text } from "nativeflowcss";

Properties​

ObjectNative propertiesExample Text
text.select_auto{ userSelect: "auto" }Selectable Text
text.select_text{ userSelect: "text" }Selectable Text
text.select_none{ userSelect: "none" }Non-selectable Text
text.select_contain{ userSelect: "contain" }Contained Selectable Text
text.select_all{ userSelect: "all" }All Selectable Text