mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 13:44:43 +00:00
562 B
562 B
| layout | title | description | group | toc |
|---|---|---|---|---|
| docs | Interactions | Utility classes that change how users interact with contents of a website. | utilities | false |
Text selection
Change the way in which the content is selected when the user interacts with it.
{{< example >}}
This paragraph will be entirely selected when clicked by the user.
This paragraph has default select behavior.
This paragraph will not be selectable when clicked by the user.
{{< /example >}}