Display a file.
pnpm dlx shadcn@bonjour
import { FilePreview } from "@/components/ui/file-preview"
<FilePreview file={file} height="40px" width="40px" className="rounded-lg" />
On This Page