okanbtnui2

1.0.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i okanbtnui2

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    6.43 kB

    Total Files

    7

    Last publish

    Collaborators

    • ozgurokanozdal