1.0.1 • Published 2 years ago
@j4jinxx/button v1.0.1
Button
Minimal Button React Component.
Install
npm i @j4jinxx/buttonImport
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 |