# Label

<!-- STORY -->

## Installation

```shell
$ yarn add @roo-ui/components
```

## Example

```js
import { Label } from '@roo-ui/components';

export default (
  <Label>Hello world</Label>
);
```

## Properties

| Name     | Description             | Type   | Default | Required? |
|:---------|:------------------------|:-------|:--------|:----------|
| `hidden` | visually hide the label | `bool` | false   | -         |

## Customization

This component can be customized with [styled-system](https://jxnblk.com/styled-system) by passing props for [space](https://jxnblk.com/styled-system#space-theming).
