Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gigibean/bean-ui
React Component Library
https://github.com/gigibean/bean-ui
react typescript yarn yarn-workspaces
Last synced: about 2 months ago
JSON representation
React Component Library
- Host: GitHub
- URL: https://github.com/gigibean/bean-ui
- Owner: gigibean
- License: mit
- Created: 2022-07-11T09:46:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T09:22:11.000Z (about 2 years ago)
- Last Synced: 2023-03-06T16:37:58.153Z (almost 2 years ago)
- Topics: react, typescript, yarn, yarn-workspaces
- Language: TypeScript
- Homepage: https://bean-ui-51cca.web.app/
- Size: 112 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bean-UI
React Component Library
![React](https://img.shields.io/badge/React-61DAFB?style=flat&logo=React&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=flat&logo=TypeScript&logoColor=white)
![styled-components](https://img.shields.io/badge/StyledComponents-DB7093?style=flat&logo=styled-components&logoColor=white)
![rollup.js](https://img.shields.io/badge/rollup.js-EC4A3F?style=flat&logo=rollup.js&logoColor=white)
![Webpack](https://img.shields.io/badge/Webpack-8DD6F9?style=flat&logo=Webpack&logoColor=black)
![Babel](https://img.shields.io/badge/Babel-F9DC3E?style=flat&logo=Babel&logoColor=black)
![Yarn](https://img.shields.io/badge/Yarn-2C8EBB?style=flat&logo=Yarn&logoColor=white)
![Storybook](https://img.shields.io/badge/Storybook-FF4785?style=flat&logo=Storybook&logoColor=white)
![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=flat&logo=Firebase&logoColor=black)## Installation
### Core UI
Download: [@bean-ui/core](https://www.npmjs.com/package/@bean-ui/core)npm:
```
npm install @bean-ui/core
```yarn:
```
yarn add @bean-ui/core
```