Getting Started
Foundations
Components
Search for a command to run...
import { ButtonGroup } from "@strongtie/design-system/button-group"This module exports the following components:
ButtonGroupButtonGroupSeparatorButtonGroupText<ButtonGroup>| Prop | Type | Default | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | null | - |
import { ButtonGroup } from "@strongtie/design-system/button-group"
export default function Example() {
return (
<ButtonGroup>
{/* Your content here */}
</ButtonGroup>
)
}Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
Ensure proper accessibility attributes are added when implementing this component.