# Text

<!-- STORY -->

## Installation

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

## Example

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

export default (
  <Text>Generic Text</Text>
);
```

## Properties

| Name     | Description   | Type      | Default | Required? |
|:---------|:--------------|:----------|:--------|:----------|
| `hidden` | visually hide | `boolean` | false   | -         |


## Customization

This component can be customized with [styled-system](https://jxnblk.com/styled-system) by passing props for
`textStyle`,
`color`,
`fontSize`,
`fontWeight`,
`letterSpacing`,
`lineHeight`,
`space`,
`textDecoration`,
`display` &
`textAlign` [functions](http://jxnblk.com/styled-system/table)
