Can we create sub-menus in drawer navigation as shown below image?
Sub Menu in drawer navigation
Related
I have a component modal and when click inside menu of my app to open this modal.
I think i will use IPC of electron but can't use IPCRender in React component and can not listen event when click menu. Please help me.
I want to add a Alert component on top of my Appbar component.
I have a existing appbar and toolbar component. So, when I try to add appbar, it gets overlapped.
Any help would be appreciated.
I want to highlight the nav menu when scrolling this component in react.
If the Navbar is "Home About Products"
When I will scroll in the about section, About nav menu will be active or highlight.
How can I do this in react and is there any npm package for this?
You can use intersection observer.
https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
or
You can also use waypoint Library
https://www.npmjs.com/package/react-waypoint
I have problem to add new Container in my CoreUi React Project
How I can add new Container Like DefaultLayout for example DefaultappLayout that have own
sidebar and specials routes
more information:
I am using MaterialUI for React. It has some transition components like Fade, Slide etc.
Is there a way to trigger those transitions when a component gets mounted or unmounted?