How to configure the input style in the template? #83
-
Excuse me, please tell me how to configure the input style in the template. Is the style of putting label inside input realized through configuration or custom element? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @FeiPengDev—apologies for the late reply, I missed this question somehow. That's called a floating label and can be configured via the following CSS vars:
These CSS vars can also be set via the builder's Theme panel under Input section. Here you can find the docs on how to use the Theme export of the builder to convert them to CSS variables. If you ever experience delay in my reply here, please send me an email to adam@vueform.com. |
Beta Was this translation helpful? Give feedback.
Hi @FeiPengDev—apologies for the late reply, I missed this question somehow.
That's called a floating label and can be configured via the following CSS vars:
--vf-color-floating
--vf-color-floating-focus
--vf-color-floating-success
--vf-color-floating-danger
These CSS vars can also be set via the builder's Theme panel under Input section. Here you can find the docs on how to use the Theme export of the builder to convert them to CSS variables.
If you ever experience delay in my reply here, please send me an email to adam@vueform.com.