abhijithvijayan / react-minimal-side-navigation

Minimal side navigation component for React
https://codesandbox.io/s/react-minimal-side-navigation-example-y299d?file=/src/components/NavSidebar.jsx
MIT License
67 stars 28 forks source link

support two level nesting #3

Open abhijithvijayan opened 3 years ago

abhijithvijayan commented 3 years ago

For performance consideration, limiting to two level nesting.

Now the implementation takes array of sub navs and render upto a level of nesting.