(react) add file uploader

Add mono and multi file uploader according to sketches.
This commit is contained in:
Nathan Vasse
2023-06-22 17:16:26 +02:00
committed by NathanVss
parent af3caed43f
commit 80e8dc45eb
18 changed files with 1655 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ export * from "./components/DataGrid/SimpleDataGrid";
export * from "./components/Forms/Checkbox";
export * from "./components/DataGrid/DataList";
export * from "./components/Forms/Field";
export * from "./components/Forms/FileUploader";
export * from "./components/Forms/Input";
export * from "./components/Forms/Radio";
export * from "./components/Forms/Select";