FileButton
FileButton
is a button component used for users to select files.
Theming
The FileButton
is a single part component.
FileButton
inherits the style from Button.
If you want to change the style of the component, please check here.
export const FileButton: ComponentStyle<"FileButton"> = mergeStyle(Button)()
Edit this page on GitHub