1.0.4 • Published 1 year ago

pat-btn-ui v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

pat-btn-ui

Made with create-react-library for patika/react task

NPM JavaScript Style Guide

Install

npm install --save pat-btn-ui

Usage

import React from 'react'

import { ButtonPrimary ,ButtonDefault ,ButtonDotted } from 'pat-btn-ui'
import 'pat-btn-ui/dist/index.css'

const App = () => {
  return (<>    
    <ButtonPrimary text="Example Primary Button 😄" />

    <ButtonDefault text="Example Default Button 😄" />
    
    <ButtonDotted text="Example Dotted Button 😄" />
  </>)
}

export default App

License

MIT © biskendr

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago