You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates the implementation of dynamic tabs using Material UI Tabs. As the item is selected on left panel, the selected component is lazy imported and rendered accordingly.
This project demonstrates the implementation of dynamic tabs using Material UI Tabs. As the item is selected on left panel, the selected component is lazy imported and rendered accordingly.
Installation
npm install / yarn install
Usage
npm run dev / yarn dev
About
This project demonstrates the implementation of dynamic tabs using Material UI Tabs. As the item is selected on left panel, the selected component is lazy imported and rendered accordingly.