Btn-Group Vertical
-
Is it possible to createa vertical button group, instead of a horizontal one?
-
What should it do/ be used for? What is the use case?
Scott
-
I would like to put a sequence of icon buttons, on the left of my app, similar to what you get on the left edge of apps such as VS Code or inkscape, I picked BtnGoup as I wqould like to to highliight the selected one, and that seemd a good fit, if there is a better way to do this, i’m all ears
-
Nothing like a qlist can’t do, imo.
-
Yeah, use QList and just style/ design for your needs.
See this for “the selected one”. https://quasar.dev/vue-components/list-and-list-items#Active-state
Scott
-
Thanks I’ll give that a go, and see what it loks like.