Skip to content

iAmao/Bui-react

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published