Reputation: 1
How to create sidebar with toggle option.If i click icon sidebar should be visible left side of the page and the icon should be next sidebar. if i click icon again sidebar should be hide.Using vue js and vuetify
Upvotes: 0
Views: 3670
Reputation: 970
You should start by reading through the documentation for Vuetify.
The documentation provide an example of this under Pre-made Layouts.
Baseline layout with Navigation Drawer: https://vuetifyjs.com/en/examples/layouts/baseline
Upvotes: 0