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-form

npm

Umbraco style ref-node-form component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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

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

import { UUIRefNodeFormElement } from '@umbraco-ui/uui-ref-node-form';

Usage

<uui-ref-node-form></uui-ref-node-form>