Skip to content

Files

35 lines (22 loc) · 860 Bytes

File metadata and controls

35 lines (22 loc) · 860 Bytes

uui-ref-node-data-type

npm

Umbraco style ref-node-data-type component.

See it in action

Preview the component on Storybook

Installation

ES imports

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';

Usage

<uui-ref-node-data-type></uui-ref-node-data-type>