File Input

File picker with a muted Choose file button on the left and the selected filename and size on the right.

passport-scan.pdf842 KB

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input18 } from "@/components/beste/piece/input18";

<Input18
  label="Attach ID document"
  filename="passport-scan.pdf"
  size="842 KB"
/>