Forms
Forms overview
All form elements are fully responsive with pure semantic HTML, enabling forms to scale gracefully across devices and viewports.
Inputs are width: 100%; by default and are the same size as the buttons to build consistent forms.
<input> can be inside or outside <label>.
Helper text#
<small> below form elements are muted and act as helper texts.
Usage with grid#
You can use .grid inside a form. See Grid.
Usage with group#
You can use role="group" with form elements. See Group.