Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samline/react-bee
Collection of tools for your react web application.
https://github.com/samline/react-bee
Last synced: 12 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T20:23:55.000Z (over 1 year ago)
- Last Synced: 2024-12-15T04:12:06.312Z (19 days 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.
[![NPM](https://img.shields.io/npm/v/react-bee.svg)](https://www.npmjs.com/package/react-bee) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)