Secondary Sidebar Pages

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

Instructions

  1. Configure the sections:

  1. Set the correct page path:

  1. Update the content of each section with the React components that you want to render

  1. 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.

Last updated

Was this helpful?