Input
Give textual form controls <input>s an upgrade with custom styles, sizing, focus states, and more.
Key Features
Customization Options
Usage
{% include 'radix:input' with {
attributes: attributes.removeClass('button'),
remove_form_control: false,
input_utility_classes: ['the-class', 'the-other-class'],
} %}Last updated