1.0.1 • Published 8 months ago

okanbtnui2 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

okanbtnui2

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save okanbtnui2

Usage

Choose one of these four type ->( primary, default, dashed, text, link) and send a prop to button component
import React from 'react'

import { Button } from 'okanbtnui2'
import 'okanbtnui2/dist/index.css'

const App = () => {
  return (
    <>
    <Button type={"link"}>Selam Button</Button>
    </>
  )

}

export default App

License

MIT © ozgurokan

1.0.1

8 months ago

1.0.0

8 months ago