bui-react
v0.0.4
Published
[](https://travis-ci.org/iAmao/Bui-react) [](https://scrutinizer-ci.com/g/iA
Downloads
8
Readme
BUI React
The React component Library
Installation
To install, simply type the command at your terminal:
$ npm install --save bui-reactThats all!
Example Usage
import Button from 'bui-react/Button';
export default (props) => {
return (
<div>
<span>Hello there! <Button type="secondary">Click me</Button>
</div>
)
}
Visit the official documentation for more examples: Documentation

