Button Group
A production-ready component built with React and Tailwind CSS
Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/button-groupUsage
Import and use the component in your application
import { ButtonGroup } from "@/components/ui/button-group"
export function Example() {
return <ButtonGroup />
}Preview
Interactive preview of the component