# WARNING! This project is deprecated. Consider switching to https://github.com/brave/leo

<p align="center"><img src="./ui-logo.svg" width="130px" height="170px"/></p>

<p align="center">
<a href="https://www.npmjs.com/package/@brave/brave-ui" alt="NPM"><img src="https://img.shields.io/npm/v/@brave/brave-ui.svg" /></a>
<a href="https://standardjs.com" alt="JavaScript Style Guide"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" /></a>
</p>

---

## :wave: Welcome to Brave UI

Here you will find a list of reusable React components used in most of Brave products. Brave UI's [component library](https://brave.github.io/brave-ui) can be found on Storybook.

:exclamation:**Important:** We are still hacking a lot on this project, and therefore don't recommend that anyone use it yet. It's free to try and use at your own risk but bear in mind that components and APIs are very likely to change without notice.

### Installation

```
$ npm install
```

### Using Brave UI

```
npm run storybook-start
```

### Tests

We use Jest for testing. Playground is available under the `stories/` folder.

```
npm run test-unit
```

### License

This project is licensed under the MPL-2.0.
