mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
562 B
562 B
layout, title, description, group, toc
| 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 >}}