# Interactions

# user-select

  • responsive: false

change the content select status interacts with user.

# format

user-select-{type}

  • allowed {type} values:
    none, auto, all

# Example

Content cannot be selected
<div class="user-select-none">
  Content cannot be selected
</div>

# pointer-events

  • responsive: false

prevents interactions with a pointer (mouse, stylus, touch)

# format

pe-{type}

  • allowed {type} values:
    none, auto

# Example

<div class="pe-none">
  Content cannot triggered point events.
</div>