# grommet-theme-aruba

Aruba grommet theme

## Installation

```
  $ yarn add grommet-theme-aruba
```

## Usage

```
import { Grommet } from 'grommet';
import { aruba } from 'grommet-theme-aruba';

<Grommet theme={aruba} />
```

## Sample

![Sample](./sample.png)
