Umbraco style uui-form-layout-item component.
Preview the component on Storybook
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';
<uui-form-layout-item></uui-form-layout-item>