FileInput
FileInput is a component used for users to select files.
Theming
The FileInput is a multi part component.
FileInput inherits the style from Input.
If you want to change the style of the component, please check here.
export const FileInput: ComponentMultiStyle<"FileInput"> =mergeMultiStyle(Input)()
Edit this page on GitHub

