Secondary Sidebar Pages
Last updated
Last updated
With this component, you can create a secondary sidebar, inside a page.
It is useful if you have additional sections inside a page, like for advanced settings.
Component: <SecondarySidebarPages />
File: src/components/molecules/SecondarySidebarPages/SecondarySidebarPages.tsx
Configure the sections:
Set the correct page path:
Update the content of each section with the React components that you want to render
Add the SecondarySidebarPages
component to a route in WebAppPage
:
If you need to create another page with a secondary sidebar, duplicate the file, call the component SecondarySidebarPages2
(or any other more meaningful name), and use it in WebAppPage
.