1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 16:28:26 +02:00
Files
bootstrap/site/content/docs/4.3/utilities/interactions.md
2020-02-15 15:07:57 +02:00

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 >}}