Skip to content

Latest commit

 

History

History

uui-ref-node-package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-ref-node-package

npm

Umbraco style ref-node-package component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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

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

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

Usage

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