Vertical toggles?
-
I see that other frameworks have both horizontal and vertical toggle buttons. Any chance Vertical ones are coming to Quasar? Or being able to replace the whole graphic? I think the current icons options just sit inside the round of the toggle.
-
@rconstantine what framework does it? If any case just use rotate among the css helpers. https://quasar.dev/style/other-helper-classes#Orientation-Related
-
@metalsadman Thanks for pointing me to ‘rotate’. Never used that before, or had a need to. That worked. It made the horizontal space usage less, which was needed in my case.
As for other frameworks, I can’t find what I was thinking of, but even if I did, I could be remembering wrong. I think it was something I found while looking at VueJS’s awesome page.
-
I landed on this thread when I was looking for the same thing and am adding my response in case it helps someone else. I am currently using Quasar 2 (this may work in 1 also).
I added the following style to achieve the vertical orientation: flex-direction:column;