Button
Import
import { Button } from "@sparrowengg/twigs-react";
Usage
Usage with Icons
Props
| Property | Description | Type | Default |
|---|---|---|---|
| color | Color of the button | primary secondary default bright error light | primary |
| loading | Loading state | boolean | false |
| disabled | Button state | boolean | false |
| size | Size of the button | xxs xs sm md lg xl 2xl | sm |
| variant | button variant | solid outline ghost | solid |
| css | Custom css styles | object | |
| rightIcon | Icon on right side | ReactNode | |
| leftIcon | Icon on left side | ReactNode |