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