A form field to enter text, numbers, emails, passwords, or other content.
when the input has focus, usually when the cursor is entered into the input field
{% include "@form/input.twig" with {
input_type: "text",
input_label: "Sample Label",
input_name: "sample-input"
} %}
@form/eg-input.twig | ../src/form/_index.scss