1.0.0 • Published 11 months ago

react-btns v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

react-btns

A library for React Buttons

NPM JavaScript Style Guide

Install

npm install --save react-btns

Usage

import React, { Component } from 'react'

import MyComponent from 'react-btns'
import 'react-btns/dist/index.css'

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

License

MIT © github.com/MrKhayam

1.0.0

11 months ago