Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 33 commits behind v1/contrib.

uui-ref-node-package

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>