Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 823 Bytes

File metadata and controls

35 lines (22 loc) · 823 Bytes

uui-ref-node-member

npm

Umbraco style ref-node-member component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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

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

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

Usage

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