Skip to content

Latest commit

 

History

History
 
 

uui-label

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>