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