button-user

1.0.2 • Public • Published

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

/button-user/

    Package Sidebar

    Install

    npm i button-user

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    12.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • rdvngrsy