File Input
DaisyUIFile Input is an input field for uploading files.
Basic File Input
Colors
Different semantic colors.
Sizes
From extra small to extra large.
Code Example
use rsxui::components::{FileInput, Color, Size};use rsx_macros::rsx;let html = rsx! { <FileInput />};// With colorlet html = rsx! { <FileInput color={Color::Primary} />};Created by Isak Rickyanto@2026