(react) add generic Field component

This component will wrap most of form components in order to provide
them a generic state attribute along with texts below them.
This commit is contained in:
Nathan Vasse
2023-04-14 16:38:08 +02:00
committed by NathanVss
parent 6d195f6dad
commit 4f1168463f
8 changed files with 142 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import "./index.scss";
export * from "./components/Button";
export * from "./components/DataGrid";
export * from "./components/DataGrid/SimpleDataGrid";
export * from "./components/Forms/Field";
export * from "./components/Loader";
export * from "./components/Pagination";
export * from "./components/Provider";