Button Group
A component that groups multiple buttons together with consistent styling and spacing.
Installation
Props
<ButtonGroup />
Name
Type
className
string
orientation
"horizontal" | "vertical"
<ButtonGroupText />
Name
Type
className
string
variant
"raised" | "ghost" | "outline" (default: "raised")
animation
"colors" | "all" | "none" | "only-scale" (default: "colors")
asChild
boolean (default: false)
<ButtonGroupSeparator />
Name
Type
className
string
orientation
"vertical" | "horizontal"