0.2.3 • Published 7 years ago

react-hub v0.2.3

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

React HUB

React HUB is not another front-end framework, It's a reusable components that meant to be used separately, and to adapt with your project identity.

Demo

Coming soon

Installation

$ npm i react-hub -S
// or
$ yarn add react-hub

Usage

import { Button } from 'react-hub'
// Or for better performance
import Button from 'react-hub/lib/Button'

...

<Button label="Hello React HUB" />

Docs

Coming soon

Linting

Coming soon

Testing

Coming soon

Contributing

Submitting PR

Coming soon

Raise issues

Coming soon

Change log

v0.2.3

  • Moving the source code to ./src and the built code to ./lib;

v0.2.0

  • Adding SVG animated Loader component.
  • Adding Button component.

v0.1.0

Credits