Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brave/brave-ui
List of reusable React components to empower your brave UI
https://github.com/brave/brave-ui
Last synced: about 2 months ago
JSON representation
List of reusable React components to empower your brave UI
- Host: GitHub
- URL: https://github.com/brave/brave-ui
- Owner: brave
- License: mpl-2.0
- Archived: true
- Created: 2017-10-27T02:50:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T18:10:28.000Z (8 months ago)
- Last Synced: 2024-07-29T07:35:39.290Z (6 months ago)
- Language: TypeScript
- Homepage: https://brave.github.io/brave-ui
- Size: 23.6 MB
- Stars: 475
- Watchers: 58
- Forks: 138
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- DeFi-Developer-Road-Map - brave-ui - List of reusable React components to empower your brave UI (Roadmap)
README
# WARNING! This project is deprecated. Consider switching to https://github.com/brave/leo
---
## :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.