maniks
maniks

Reputation: 1

how to make toggle side bar using vue js with vuetify

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

Answers (1)

5less
5less

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

Related Questions