Could explain how to use `size props = form , form-label` in `QBtn`?
-
-
They control the size of the button, when it is put in a form next to an input component. Use the
size
prop to use it.<q-btn size="form-label" color="primary" icon="mail"/>
The predefined sizes work no matter where the button is placed.
Play with adding a button in the fiddle I gave you in the other post you made.
Scott
-
@s-molinari thanks, I will try