Molecule

Button Group

A molecule component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/button-group

Dependencies

This component depends on the following registry items:

  • separator

Usage

tsx
import { ButtonGroup } from "@/components/ui/molecules/button-group.tsx";

export default function Example() {
  return <ButtonGroup />;
}