@umbraco-ui/uui-symbol-expand
v1.17.2
Published
Umbraco UI expand symbol component
Downloads
20,543
Readme
uui-symbol-expand
Umbraco style expand symbol component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-symbol-expandImport 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';Usage
<uui-symbol-expand></uui-symbol-expand>