Split Button
Primary action plus a chevron menu: shares Button variants, hairline divider, float glass menu. SplitButtonItem for rows.
Draw
draw a card
$npx shadcn@latest add @clow/split-buttonFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<SplitButton />Examples
basic
Props
| prop | type | default |
|---|---|---|
| variant | default | glow | outline | ghost | destructive | default |
| size | sm | md | lg | md |

