# Password input

<!-- STORY -->

## Installation

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

## Example

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

export default (
  <PasswordInput placeholder="Hello world" />
);
```

## Properties

| Name    | Description        | Type   | Default | Required? |
|:--------|:-------------------|:-------|:--------|:----------|
| `error` | render error style | `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).
