rivet-1.0.x-dev/templates/form/input--range.html.twig
templates/form/input--range.html.twig
{#
/**
* @file
* Theme override for a range input 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-range-input') }}
<input{{attributes.removeClass('form-range').addClass('rvt-c-range-input')}}/>{{ children }}
