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 29 forks source link

Submenu Icon #13

Closed madhavpandhare closed 3 years ago

madhavpandhare commented 3 years ago

How can i add the icon for sub menu?

abhijithvijayan commented 3 years ago

this is a good issue. I haven't really thought of that before.

Currently, its not supported. I will implement with the same API soon.

abhijithvijayan commented 3 years ago

@madhavpandhare This is now released in v1.9.1.

Demo: https://codesandbox.io/s/react-minimal-side-navigation-example-y299d?file=/src/components/NavSidebar.jsx

Closing. Re-open if it doesn't solve the issue.

madhavpandhare commented 3 years ago

It's a quick response. thanks a lot mate.