SplitButton
A SplitButton component from the Sigil design system.
Import
import { SplitButton } from "@sigil-ui/components";Preview
Usage
<SplitButton>SplitButton content</SplitButton>Props
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | — | — |
onDropdownClick | () => void | — | — |
dropdownLabel | string | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-md | Radius md |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-text | Text |
--s-duration-fast | Duration fast |
--s-surface-elevated | Surface elevated |
--s-primary | Primary |
--s-text-muted | Text muted |