⚠️

@umbraco-ui/uui-ref-node-form
TypeScript icon, indicating that this package has built-in type declarations

1.16.0 • Public • Published

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>