From 9c029d6f76e900aa2d2b4097c65dc136ac70a520 Mon Sep 17 00:00:00 2001 From: Ben Winding Date: Mon, 30 Mar 2020 09:56:39 +1030 Subject: [PATCH] Added "react-admin-import-csv" --- docs/Ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Ecosystem.md b/docs/Ecosystem.md index 3d2f745beae..5d80d5523c0 100644 --- a/docs/Ecosystem.md +++ b/docs/Ecosystem.md @@ -48,3 +48,4 @@ See the [Data Provider](./DataProviders.md#available-providers) page. - [ctbucha/bs-react-admin](https://github.com/ctbucha/bs-react-admin): [BuckleScript](https://bucklescript.github.io/) bindings for React Admin. - [dryhten/ra-resource-aggregator](https://github.com/dryhten/ra-resource-aggregator): Resource aggregator for react-admin. It allows you to edit/create/delete multiple resources in the same view. - [Dev XP demo (YouTube)](https://youtu.be/nHkVxDEnB3g): How to make changes to the core React Admin project locally +- [react-admin-import-csv](https://github.com/benwinding/react-admin-import-csv): A csv file import button for react-admin.