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