diff --git a/docs/Ecosystem.md b/docs/Ecosystem.md index f2666e13c9d..d1828899bad 100644 --- a/docs/Ecosystem.md +++ b/docs/Ecosystem.md @@ -19,6 +19,10 @@ title: "Ecosystem" See the [List](./List.md#third-party-components) page. +## Show Related Components + +See the [Show](./Show.md#third-party-components) page. + ## Fields See the [Field](./Fields.md#third-party-components) page. diff --git a/docs/Show.md b/docs/Show.md index 61a8dc6e150..2edc4d556d4 100644 --- a/docs/Show.md +++ b/docs/Show.md @@ -357,6 +357,12 @@ export default ScrollableTabbedShowLayout; ``` +## Third-Party Components + +You can find components for react-admin in third-party repositories. + +- [ra-compact-ui](https://github.com/ValentinnDimitroff/ra-compact-ui#layouts): plugin that allows to have custom styled show layouts. + ## Displaying Fields depending on the user permissions You might want to display some fields only to users with specific permissions.