form
Information
- Folder
src/components/elements/datetime/form
Files
Schema
Mocks
Template
// src/components/elements/datetime/form/form.twig
<div{{ attributes }}
class="
DateTimeForm
{{ classes|join(" ") }}
"
>
{% for input in inputs %}
<div class="DateTimeForm-input">
{{ input }}
</div>
{% endfor %}
</div>