1.0.1 • Published 3 years ago
sharkui-button v1.0.1
sharkui-button
sharkui-button
Install
npm install --save sharkui-buttonUsage
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 AppLicense
MIT © ayhandasyuvarlar