1.0.3 • Published 5 years ago
@aiui/ai-btn v1.0.3
AiBtn
Minimal Button React Component.
Install
npm i @aiui/ai-btnImport
import AiBtn from '@aiui/ai-btn';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 |