We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4797cff commit 24c099dCopy full SHA for 24c099d
packages/uui-caret/lib/uui-caret.element.ts
@@ -3,7 +3,8 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
3
import { property } from 'lit/decorators.js';
4
5
/**
6
- * A caret that rotates on click. Color will be `currentColor`
+ * DEPRECATED: Please use uui-symbol-expand or uui-symbol-sort. A caret that rotates on click. Color will be `currentColor`
7
+ * @deprecated since version 0.0.8
8
* @element uui-caret
9
*/
10
@defineElement('uui-caret')
0 commit comments