separator between toggle buttons
-
I’d like to know if there is a simple way to add separator between the button in a toggle. If it can’t be in buttons maybe in tabs. Thanks in advance.
-
separator between the button in a toggle?
no you cannot. What you could do is put a seperator icon in this example:
https://quasar.dev/vue-components/button-toggle#Example--Custom-buttons-content
Or some css:
style=" border-right: 6px solid green; height: 100%">
-
@dobbel Tried both methods, weren’t quite what i was looking for but thanks for the answer.