Minimal Button React Component.
npm i @j4jinxx/button
import Button from '@j4jinxx/button';
| 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 |