From 21bfb1172a5be693b6f981bf11a4bc4c2e21361c Mon Sep 17 00:00:00 2001 From: Siva Adhikarla <32661994+sivaavkd@users.noreply.github.com> Date: Sat, 17 Jul 2021 18:46:41 +0530 Subject: [PATCH 1/2] [Doc] added @bb-tech/ra-components [Doc] added @bb-tech/ra-components - JsonInput which allows only valid JSON as input, JsonField to view JSON properly on show card and TrimField to trim the fields while showing in Datagrid in List component. --- docs/Inputs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Inputs.md b/docs/Inputs.md index 29e14450c68..bc8a28c62d9 100644 --- a/docs/Inputs.md +++ b/docs/Inputs.md @@ -2753,5 +2753,6 @@ You can find components for react-admin in third-party repositories. - [vascofg/react-admin-color-input](https://github.com/vascofg/react-admin-color-input): a color input using [React Color](https://casesandberg.github.io/react-color/), a collection of color pickers. - [vascofg/react-admin-date-inputs](https://github.com/vascofg/react-admin-date-inputs): a collection of Date Inputs, based on [material-ui-pickers](https://material-ui-pickers.firebaseapp.com/) - [MrHertal/react-admin-json-view](https://github.com/MrHertal/react-admin-json-view): JSON field and input for react-admin. +- [@bb-tech/ra-components](): `JsonInput` which allows only valid JSON as input, `JsonField` to view JSON properly on show card and `TrimField` to trim the fields while showing in `Datagrid` in `List` component. - **DEPRECATED V3** [LoicMahieu/aor-tinymce-input](https://github.com/LoicMahieu/aor-tinymce-input): a TinyMCE component, useful for editing HTML From c76b78bf3771e3e92e949a240284476b77648a1c Mon Sep 17 00:00:00 2001 From: Siva Adhikarla <32661994+sivaavkd@users.noreply.github.com> Date: Sat, 17 Jul 2021 18:57:36 +0530 Subject: [PATCH 2/2] github link added for ra-components github link added for ra-components --- docs/Inputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Inputs.md b/docs/Inputs.md index bc8a28c62d9..6631e045195 100644 --- a/docs/Inputs.md +++ b/docs/Inputs.md @@ -2753,6 +2753,6 @@ You can find components for react-admin in third-party repositories. - [vascofg/react-admin-color-input](https://github.com/vascofg/react-admin-color-input): a color input using [React Color](https://casesandberg.github.io/react-color/), a collection of color pickers. - [vascofg/react-admin-date-inputs](https://github.com/vascofg/react-admin-date-inputs): a collection of Date Inputs, based on [material-ui-pickers](https://material-ui-pickers.firebaseapp.com/) - [MrHertal/react-admin-json-view](https://github.com/MrHertal/react-admin-json-view): JSON field and input for react-admin. -- [@bb-tech/ra-components](): `JsonInput` which allows only valid JSON as input, `JsonField` to view JSON properly on show card and `TrimField` to trim the fields while showing in `Datagrid` in `List` component. +- [@bb-tech/ra-components](https://github.com/bigbasket/ra-components): `JsonInput` which allows only valid JSON as input, `JsonField` to view JSON properly on show card and `TrimField` to trim the fields while showing in `Datagrid` in `List` component. - **DEPRECATED V3** [LoicMahieu/aor-tinymce-input](https://github.com/LoicMahieu/aor-tinymce-input): a TinyMCE component, useful for editing HTML