1.0.0 • Published 2 years ago

btn-uif v1.0.0

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

btn-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save btn-ui

Usage

import { Button } from 'btn-ui'

const example = () => {
    return (
       <>
        <Button text='Primary Button' className='btn-ui btn-ui-primary' /><br />
        <Button text='Default Button' className='btn-ui' /> <br />
        <Button text='Dashed Button' className='btn-ui btn-ui-dashed' /> <br />
        <Button text='Text Button' className='btn-ui btn-ui-text' /> <br />
        <Button text='Link Button' className='btn-ui btn-ui-link' /> <br />
       </>
    )
  }
export default example;

License

MIT © halisogluiskender