input--submit
This component used the form/button component. The styling is therefore completely done by form/button.
Information
- Folder
src/components/fsk/form/form-element/input/input--submit
Files
Schema
Mocks
Template
// src/components/fsk/form/form-element/input/input--submit/input--submit.html.twig
{% include "@fsk/form/button/button.html.twig" with {
attributes: attributes,
disabled: attributes.disabled,
hidden: attributes.hidden,
icon: icon,
label: attributes.value,
modifiers: modifiers,
type: attributes.type
} only %}{{ children }}