Umbraco style caret component.
Preview the component on Storybook
npm i @umbraco-ui/uui-caret
Import the registration of <uui-caret>
via:
import '@umbraco-ui/uui-caret';
When looking to leverage the UUICaretElement
base class as a type and/or for extension purposes, do so via:
import { UUICaretElement } from '@umbraco-ui/uui-caret';
<uui-caret></uui-caret>