EntityLayout is a compound component, which allows you to define a layout for entities using a sub-navigation mechanism.
Consists of two parts: EntityLayout and EntityLayout.Route
<EntityLayout> <EntityLayout.Route path="/example" title="Example tab"> <div>This is rendered under /example/anything-here route</div> </EntityLayout.Route></EntityLayout> Copy
<EntityLayout> <EntityLayout.Route path="/example" title="Example tab"> <div>This is rendered under /example/anything-here route</div> </EntityLayout.Route></EntityLayout>
EntityLayout is a compound component, which allows you to define a layout for entities using a sub-navigation mechanism.
Consists of two parts: EntityLayout and EntityLayout.Route