Skip to content

Latest commit

 

History

History

uui-form

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-form

npm

Umbraco style form component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-form

Import the registration of <uui-form> via:

import '@umbraco-ui/uui-form/lib';

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

import { UUIFormElement } from '@umbraco-ui/uui-form/lib';

Usage

<uui-form>
  <form>...</form>
</uui-form>