DevTools is a compound component, which allows you to define a custom layout
<DevToolsLayout> <DevToolsLayout.Route path="/example" title="Example tab"> <div>This is rendered under /example/anything-here route</div> </DevToolsLayout.Route></DevToolsLayout> Copy
<DevToolsLayout> <DevToolsLayout.Route path="/example" title="Example tab"> <div>This is rendered under /example/anything-here route</div> </DevToolsLayout.Route></DevToolsLayout>
DevTools is a compound component, which allows you to define a custom layout