soft-ui-dashboard-react
soft-ui-dashboard-react copied to clipboard
side nav is not working
here's the code.
{ name: "Dashboards", key: "dashboards", icon: <Shop size="12px" color="white" />, collapse: [ { name: "Default", key: "default", route: "/dashboards/default", }, { name: "Automotive", key: "automotive", route: "/dashboards/automotive", }, ] }
but nested sidenav is not showing
I check your pro template it show nested sidebar menu items, in documentation there is example. but when i check your sidenav component , it is not handling nested sidebar menu items So I want to know is this Pro feature or standard. if latter, kindly suggest solution