The React component Library
To install, simply type the command at your terminal:
$ npm install --save bui-react
Thats all!
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