1.0.0 • Published 3 years ago

rainbow-buttons v1.0.0

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

rainbow-buttons

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save rainbow-buttons

Usage

import React, { Component } from 'react'

import RainbowButton from 'rainbow-buttons'
import 'rainbow-buttons/dist/index.css'

class Example extends Component {
  render() {
    return <RainbowButton type='rounded' text='Click Me' />
  }
}

Supported Types:

  • "default"
  • "rounded"
  • "dashed"
  • "dotted"

License

MIT © erencataltepe

1.0.0

3 years ago