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