Expansion-item : make arrow before the text
-
Hello! Is there a way to make the expand/collapse arrow in the
q-expansion-item
at the left of thelabel
(it is in the right by default) ?
<q-expansion-item :label="title" default-opened expand-separator >
by default:
wanted result:
Your help is much appreciated!
-
<q-expansion-item :label="title" default-opened expand-separator switch-toggle-side>
It’s documented here under “content” https://quasar.dev/vue-components/expansion-item#QExpansionItem-API
-
Thank you so much!!! I’m confused as to why I missed it when reading the documentation more than once ^^’