(react) add DataList

Implement DataList that is a wrapper of DataGrid without header, sorting
nor pagination.
This commit is contained in:
Romain Le Cellier
2023-05-04 11:22:33 +02:00
parent 0e6532f098
commit b53afcb4af
7 changed files with 142 additions and 45 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/DataGrid/DataList";
export * from "./components/Forms/Field";
export * from "./components/Forms/Input";
export * from "./components/Loader";