@umbraco-ui/uui-ref
v1.16.0
Published
Umbraco UI ref component
Readme
uui-ref
Umbraco style ref component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-refUsage
import { UUIRefElement } from '@umbraco-ui/uui-ref';
class MyRefElement extends UUIRefElement {}