Skip to main content

Split Button

Split buttons are used to combine two buttons.

Import

import { SplitButton } from "@sparrowengg/twigs-react";

Usage

Result
Loading...
<SplitButton>
  <Button size="lg" leftIcon={<PencilIcon />}>Link Issue</Button>
  <IconButton size="lg" icon={<ChevronDownIcon />} />
</SplitButton>

Props

PropertyDescriptionTypeDefault
sizeSize of the buttonxxs xs sm md lg xl 2xlsm
colorColor variant of the buttonprimary | secondary | default | error | lightprimary
disabledButton statebooleanfalse