Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)