Molecule

Attachment

A molecule component from the MADT registry.

Installation

bash
npx shadcn@latest add @madt/attachment

Dependencies

This component depends on the following registry items:

  • button

Usage

tsx
import { Attachment } from "@/components/ui/molecules/attachment.tsx";

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