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