melih123

Made with create-react-library

NPM JavaScript Style Guide

Install

yarn add melihasd-example 

Usage

import React from 'react'

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

const App = () => {
  return (
    <Button type="primary" text="asd" onClick={() => console.log("example")}/>
  )
}

License

MIT © melihyelman