@umbraco-ui/uui-caret
Version:
A caret with an open and close animation
34 lines • 876 B
JSON
{
"version": "experimental",
"tags": [
{
"name": "uui-caret",
"path": "./lib/uui-caret.element.ts",
"description": "DEPRECATED: Please use uui-symbol-expand or uui-symbol-sort. A caret that rotates on click. Color will be `currentColor`",
"attributes": [
{
"name": "open",
"description": "Turns the arrow around.",
"type": "boolean",
"default": "\"false\""
}
],
"properties": [
{
"name": "open",
"attribute": "open",
"description": "Turns the arrow around.",
"type": "boolean",
"default": "\"false\""
},
{
"name": "styles",
"type": "CSSResult[]",
"default": "[null]"
}
],
"deprecated": true,
"deprecatedMessage": "since version 0.0.8"
}
]
}