File Input
A styled file picker. Built on <input type="file"> with DaisyUI's file-input class. Supports single/multiple selection,
accept filters, sizes, color tokens, and bordered/ghost variants.
Default
Basic file input, accepts any file type.
Sizes
Five sizes: xs → xl.
Colors
All eight DaisyUI color tokens.
Bordered
variant="bordered" adds a visible border at rest.
Ghost
variant="ghost" — transparent background.
Accept filter
Use accept to restrict the file picker to specific types.
Multiple files
multiple allows the user to select more than one file.
Disabled
Non-interactive state.
Upload form
Real-world file upload form inside a card.