Relative Content

Tag Archive for cssvue.jsvuetify.js

Vuetify make stepper scroll

I am using vuetify stepper. I have 14 steps which would be too large to fit in, so I decided to wrap it within a div and force it’s width to make sure it overflows in the x direction. I also created a wrapper for that to let it scroll. But so far I cannot make that scroll.

To create a v-btn-toggle whose buttons are aligned vertically, instead of horizontally

I am currently trying to create a quiz, using VueJS and Vuetify. I am trying to arrange the answers the user can select vertically. To do that, I am trying to use the v-btn-toggle component. However, the v-btn-toggle component’s buttons are aligned horizontally by default. If possible, I would like to know how to arrange them vertically.