Split Button
Split buttons are used to combine two buttons.
Import
import { SplitButton } from "@sparrowengg/twigs-react";
Usage
Result
Loading...
Live EditorOpen in playground
<SplitButton> <Button size="lg" leftIcon={<PencilIcon />}>Link Issue</Button> <IconButton size="lg" icon={<ChevronDownIcon />} /> </SplitButton>
Props
| Property | Description | Type | Default | 
|---|---|---|---|
| size | Size of the button | xxsxssmmdlgxl2xl | sm | 
| color | Color variant of the button | primary|secondary|default|error|light | primary | 
| disabled | Button state | boolean | false |