https://github.com/samline/react-bee
Collection of tools for your react web application.
https://github.com/samline/react-bee
Last synced: about 1 year ago
JSON representation
Collection of tools for your react web application.
- Host: GitHub
- URL: https://github.com/samline/react-bee
- Owner: samline
- Created: 2022-08-18T20:15:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T20:23:55.000Z (about 3 years ago)
- Last Synced: 2025-04-05T11:37:44.670Z (about 1 year ago)
- Language: JavaScript
- Size: 115 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-bee
> Collection of tools for the development of your react web application.
[](https://www.npmjs.com/package/react-bee) [](https://standardjs.com)
## Install
```bash
npm install --save react-bee
or
yarn add react-bee
```
## Usage
```jsx
import {
/* Components */
Button,
FontAwesomeIcon
} from 'react-bee'
// ...
```
## License
MIT © [samline](https://github.com/samline)