How to display multi level multiple tab or options in UI?
For my project, i am having the following need.
- We have folder tree kind of options in Left side ( say it as folder )
- Each folder has its own multiple options ( say it as 'opt1,2 etc' )
- Each opt1,2, etc has some details as list view ( say it as 'Listing' )
- On clicking the Listing, it has other set of options related to that.
At best, i was tried to showcase it as prototype and it looks like below image. I feel something bit odd on showing second level of options ( second level tabs ) so please help me any better way to capture multi level multiple tab use case.