Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 734 Bytes

uui-ref-node

npm

Umbraco style ref-node component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-ref-node

Import the registration of <uui-ref-node> via:

import '@umbraco-ui/uui-ref-node';

When looking to leverage the UUIRefNodeElement base class as a type and/or for extension purposes, do so via:

import { UUIRefNodeElement } from '@umbraco-ui/uui-ref-node';

Usage

<uui-ref-node></uui-ref-node>