README
Button
Button Component
Install
npm i @arrant/button
Usage
import Button from '@arrant/button'
<Button>Button</Button>
Props
| Name | Type | Default | Description | Value |
|---|---|---|---|---|
| color | String | red | Button colors | theme colors |
| variant | String | contained | Button Styled | contained/outlined |
| size | String | medium | Button size | small/medium/large |