@umbraco-ui/uui-label
v1.16.0
Published
Umbraco UI label component
Readme
uui-label
Umbraco style label component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-labelImport the registration of <uui-label> via:
import '@umbraco-ui/uui-label';When looking to leverage the UUILabelElement base class as a type and/or for extension purposes, do so via:
import { UUILabelElement } from '@umbraco-ui/uui-label';Usage
<uui-label></uui-label>