Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 797 Bytes

File metadata and controls

35 lines (22 loc) · 797 Bytes

uui-ref-node-user

npm

Umbraco style ref-node-user component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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

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

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

Usage

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