0.1.0 • Published 6 years ago

tabler-components-button v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Tabler-Components

About

Tabler-components is a lightweight React wrapper for Tabler components.

Components

Button

How to use

Install all the components you want separately.

Installation:

$ npm install tabler-components-button

Usage

import React from 'react';
import { Button } from 'tabler-components-button';

class MyProject extends React.Component {
    render() {
        return <Button>Hello world</Button>;
    }
}

export default MyProject;

Stars and contributions are welcome!

Author

Matheus Freire Rabelo

License

MIT

0.1.0

6 years ago