rivet-1.0.x-dev/templates/form/input--webform-signature.html.twig
templates/form/input--webform-signature.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()
*/
#}
{{ attach_library('rivet/rvt-c-webform-signature') }}
<input{{attributes}}/>
<div class="rvt-c-webform-signature [ rvt-grow-1 rvt-bg-black-000 ]">{{ children }}</div>
