# uui-label

[![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-label?logoColor=%231B264F)](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>
```
