Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 697 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 697 Bytes

uui-label

npm

Umbraco style label component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-label

Import 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>