radix-8.x-4.2/src/kits/default/templates/form/input--submit.html.twig
src/kits/default/templates/form/input--submit.html.twig
{#
/**
* @file
* Theme override for an 'input' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
*
* @see template_preprocess_input()
*/
#}
{% include '@radix/form/input.twig' with {
attributes: attributes.removeClass('button'),
remove_form_control: true,
utility_classes: ['btn', 'btn-primary']
} %}