emretufan-publishing-homework
v1.0.0
Published
Made with create-react-library
Downloads
2
Readme
emretufan-publishing-homework
This project contains a custom Button component created as a part of a homework assignment. The Button component supports various types including 'default', 'primary', 'dashed', 'text', and 'link'.
Usage
Here is an example of how to use the Button component:
import { Button } from 'emretufan-publishing-homework'
;<Button type='primary' text='Click Me!' />