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') + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
ClassPropertiesDescription
.select-noneuser-select: none;Disable selecting text in an element.
.select-textuser-select: text;Allow selecting text in an element.
+