# Naked button

<!-- STORY -->

## Installation

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

## Example

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

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

## Customization

This component can be customized with [styled-system](https://jxnblk.com/styled-system) by passing props for [color](https://jxnblk.com/styled-system/table#core), [space](https://jxnblk.com/styled-system/table#core) or [vertical align](https://jxnblk.com/styled-system/table#layout).
