1.0.0 • Published 7 months ago

btn-style-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

btn-style-ui

buttons use different styles

NPM JavaScript Style Guide

Install

npm install --save btn-style-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'btn-style-ui'
import 'btn-style-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © muhammedselimkirikkovali

1.0.0

7 months ago