From 4705c39a09d4e57b20f1e149006084a0ed70f87b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Nov 2023 09:52:11 +0000 Subject: [PATCH] docs: inspector component details for configuration feature --- docs/Configurable.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Configurable.md b/docs/Configurable.md index 37cc53e2ede..e148b841e4c 100644 --- a/docs/Configurable.md +++ b/docs/Configurable.md @@ -214,3 +214,7 @@ const MyAppBar = () => ( ); ``` + +## `` + +The `` component exists within the layouts provided by react-admin. If you are using a custom layout then you should add the `` component within your layout