ok find it out, the quasar-extras were missing
and i have to set color directive to each component
Best posts made by chrschdev
-
RE: [solved] switch from 0.13 to 0.14 => theme is missing
-
RE: using flexbox to layout a form: gutter?
thank you for your fast answer.
in my opinion its a little bit more complex. you reduce optical form width if you only set a padding, you have to give something like a negative margin to parent container to “restore” origin optical form width. further more there is no need for padding in lower breakpoints (mobile) where every form element has its own row. in that case, the only padding is the layout-padding.
-
feature request: breakpoint configuration for modals
Hey,
it would be nice if i have the possibility to decide at which breakpoint the modal (with layout) gets 100% width and height. actually its hard coded for breakpoint sm.
in my application, the breakpoint for “mobile” look and feel is the md instead of sm.
my only solution at this moment is to overwrite this in css.
in compare to the layout side bar, there is the possibility with the configuration parameter “left-breakpoint”, and “right-breakpoint”.
what do you think?
-
RE: using flexbox to layout a form: gutter?
@n-taddei , thats also exactly my case where quasar seems wrong