Entwicklerportal
CodeGewölbe
Kostenlose Sammlung für Entwickler, Admins und Website-Betreiber: Snippets, VelinStyle-Komponenten, VelinScript-Automationen und Security-Rezepte — copy-paste-fertig.
Form Field Group
Was bekomme ich?
HTML
Label + Input + Fehlertext als Einheit.
Anfänger
5 Min.
Code
<label class="velin-field">
<span class="velin-field__label">E-Mail</span>
<input class="velin-input" type="email" required>
</label>