@umbraco-ui/uui-label
Version:
Umbraco UI label component
36 lines (22 loc) • 697 B
Markdown
# uui-label
[](https://www.npmjs.com/package/@umbraco-ui/uui-label)
Umbraco style label component.
### See it in action
Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-label--docs)
## Installation
### ES imports
```zsh
npm i @umbraco-ui/uui-label
```
Import the registration of `<uui-label>` via:
```javascript
import '@umbraco-ui/uui-label';
```
When looking to leverage the `UUILabelElement` base class as a type and/or for extension purposes, do so via:
```javascript
import { UUILabelElement } from '@umbraco-ui/uui-label';
```
## Usage
```html
<uui-label></uui-label>
```