form
Information
- Folder
src/components/elements/form
Files
Schema
Mocks
Template
// src/components/elements/form/form.twig
<form{{ attributes }} method="{{ method|default('post') }}" action="{{ action }}" class="Form {{ classes|join(" ") }}">
{{ children }}
</form>