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 }}

Variants

Primary button
Open

Primary button mock data

Raw
Resolved
Primary button with icon
Open

Primary button with icon mock data

Raw
Resolved
Primary disabled button
Open

Primary disabled button mock data

Raw
Resolved
Primary disabled button with icon
Open

Primary disabled button with icon mock data

Raw
Resolved
Secondary button
Open

Secondary button mock data

Raw
Resolved
Secondary button with icon
Open

Secondary button with icon mock data

Raw
Resolved
Secondary disabled button
Open

Secondary disabled button mock data

Raw
Resolved
Secondary disabled button with icon
Open

Secondary disabled button with icon mock data

Raw
Resolved