How to create submenu in the vuetify main drawer/navigation
Asked Answered
V

1

5

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

Vermicular answered 25/10, 2017 at 23:15 Comment(0)
C
11

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 :)

Caudex answered 26/10, 2017 at 0:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.