1.0.0 • Published 4 years ago

toys-fast-buttons v1.0.0

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

toys-fast-buttons

Create buttons quickly

NPM JavaScript Style Guide

Install

npm install --save toys-fast-buttons

Usage

import React from 'react'

import {ToysButton1} from 'toys-fast-buttons'
import 'toys-fast-buttons/dist/index.css'

const App = () => {
  return (
  <>
    <ToysButton1 type="primary" >Hello</ToysButton1>        
  </>
  );
}

export default App

Available types: primary, default, dashed, text, link

License

MIT ©