How to create left side menu and navigate between different page likes customer and product?

i have a schema, uischema and data for customer and the other schema, uischema and data for product. Now i want to create left side menu and switch between these pages. how can create leftside menu for both

Hi @abdulahad7591,

You could use Material UI’s drawer to implement your left side menu. On selection, you then invoke JsonForms with the appropriate schema, uischema, data etc.