0.0.4 • Published 6 years ago

bui-react v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Build Status Scrutinizer Code Quality bitHound Dependencies bitHound Overall Score bitHound Dependencies bitHound Code codecov

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

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago