Made with create-react-library
yarn add melihasd-example
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")}/>
)
}
MIT © melihyelman