Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 836 Bytes

File metadata and controls

35 lines (22 loc) · 836 Bytes

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>