bui-react
v0.0.4
Published
[![Build Status](https://travis-ci.org/iAmao/Bui-react.svg?branch=master)](https://travis-ci.org/iAmao/Bui-react) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/iAmao/Bui-react/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/iA
Downloads
1
Readme
BUI React
The React component Library
Installation
To install, simply type the command at your terminal:
$ npm install --save bui-react
Thats 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