Bootstrap Interactions
These are utility classes that change how users interact with contents of a website. Interactions include text selection and pointer events.
Text selection
Change the way in which the content is selected when the user interacts with it.
- user-select-all
- user-select-auto
- user-select-none
Pointer events
Bootstrap provides .pe-none and .pe-auto classes to prevent or add element interactions.