soft-ui-dashboard-react icon indicating copy to clipboard operation
soft-ui-dashboard-react copied to clipboard

side nav is not working

Open aliMurtaja opened this issue 2 years ago • 1 comments

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

aliMurtaja avatar Sep 07 '23 07:09 aliMurtaja

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

amitdumka avatar Mar 23 '24 11:03 amitdumka