1.0.0 • Published 4 years ago
toys-fast-buttons v1.0.0
toys-fast-buttons
Create buttons quickly
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 ©
1.0.0
4 years ago