Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create submenu in the vuetify main drawer/navigation

I'm new to vuetify js. I've started to use it and need your help to accomplish the submenu in the right side menu. Please see attached. I'm reffering to the one in the left with arrow down to select its contents. From here: "https://vuetifyjs.com/vuetify/quick-start"

ex. Vuetify -> (click arrow down) - > Contributing

Please let me know how to do it.

enter image description here

Thanks

like image 476
user3928201 Avatar asked Oct 25 '17 23:10

user3928201


Video Answer


1 Answers

Check the documentation about lists here and about navigation drawers here.

On the list documentation, check example #10.This shows you expandable lists. Inspect the example code by using the < > button. Combine the list and navigation drawer examples and try some stuff out.

That should get you starded. Hek, that is how I started :)

like image 69
Denzorrr Avatar answered Oct 22 '22 07:10

Denzorrr