Attachment
Displays a file attachment with media, content, and actions.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/attachmentUsage
Import the component from the package:
import { Attachment } from "@/components/ui/attachment"Then use it in your application:
<Attachment />