import { CopyIcon, FileSearchIcon, XIcon } from "lucide-react" import { Attachment, AttachmentAction, AttachmentActions, AttachmentContent, AttachmentDescription, AttachmentMedia, AttachmentTitle, AttachmentTrigger, } from "@/styles/base-rhea/ui/attachment" import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, } from "@/styles/base-rhea/ui/dialog" export function AttachmentTriggerDemo() { return (
research-summary.pdf Open preview dialog } /> research-summary.pdf The attachment trigger fills the card and opens the dialog, while the actions stay independently clickable above it.
) }