1.0.2 • Published 12 months ago

button-user v1.0.2

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

button-user

a library of button examples

NPM JavaScript Style Guide

Install

npm install --save button-user

Usage

import React from 'react'

import { Button } from 'button-user'
import 'button-user/dist/index.css'

const App = () => {
  return(
    <>
      <Button type="primary" text="Primary Button" />
      <Button type="default" text="Default Button" />
      <Button type="dashed" text="Dashed Button" />
      <Button type="text" text="Text Button" />
      <Button type="link" text="Link Button" />
    </>
  ) 
}
export default App

Buttons

github

License

MIT © rdvngrsy

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago