Skip to content

Latest commit

 

History

History
 
 

uui-form-layout-item

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-form-layout-item

npm

Umbraco style uui-form-layout-item component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-form-layout-item

Import the registration of <uui-form-layout-item> via:

import '@umbraco-ui/uui-form-layout-item/';

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

import { UUIFormLayoutItemElement } from '@umbraco-ui/uui-form-layout-item';

Usage

<uui-form-layout-item></uui-form-layout-item>