1.0.1 • Published 3 years ago

test-button-uif v1.0.1

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

test-button-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-button-ui

Usage

import React from 'react'
import { Button } from 'test-button-ui'

const App = () => {
  return (
    <>
      <Button>Primary Button</Button>
      <Button type='primary'>Primary Button</Button>
      <Button type='outline'>Outline Button</Button>
      <Button type='dotted'>Outline Button</Button>
      <Button type='text'>Outline Button</Button>
      <Button type='link'>Outline Button</Button>
    </>
  )
}

export default App

License

MIT © serifselim