1.0.1 • Published 1 year ago

sharkui-button v1.0.1

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

sharkui-button

sharkui-button

NPM JavaScript Style Guide

Install

npm install --save sharkui-button

Usage

import React from 'react'

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

const App = () => {
  return (
    <Button
      text='Button'
      color={'primary'}
      handlerClick={console.log('hello world')}
    />
  )
}

export default App

License

MIT © ayhandasyuvarlar

1.0.1

1 year ago

1.0.0

1 year ago