# Paragraph

<!-- STORY -->

## Installation

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

## Example

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

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

## Customization

This component can be customized with props supported by [`<Text />`](../Text/README.md)
