@j4jinxx/button
v1.0.1
Published
Minimal Button React Component
Downloads
5
Maintainers
Readme
Button
Minimal Button React Component.
Install
npm i @j4jinxx/button
Import
import Button from '@j4jinxx/button';
Props
| Name | Type | Default | Description | |---------------|:-------|:----------------|:------------| | variant | string | text | Button variant (text, outlined, contained) | | size | string | md | Button size (sm, md, lg) | | color | string | #212121 | Button Color | | contrastColor | string | #ffffff | Button Contrast Color |