Skip to content

Latest commit

 

History

History

uui-ref-node-document-type

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-ref-node-document-type

npm

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>