diff --git a/docs/source/docs/user-select.blade.md b/docs/source/docs/user-select.blade.md index 79af38321..526286189 100644 --- a/docs/source/docs/user-select.blade.md +++ b/docs/source/docs/user-select.blade.md @@ -17,3 +17,32 @@ title: "User Select" ]) @include('_partials.work-in-progress') + +
| Class | +Properties | +Description | +
|---|---|---|
| .select-none | +user-select: none; | +Disable selecting text in an element. | +
| .select-text | +user-select: text; | +Allow selecting text in an element. | +