Basic
Give textual form controls like input and textarea an upgrade.
Sizing
Use larger or smaller height.
Disabled & readonly
Add the disabled
boolean attribute on an input to give it a grayed out appearance and remove pointer events.
Add the readonly
boolean attribute on an input to prevent modification of the input’s value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.
Readonly plain text
Readonly elements styled as plain text.
File input
A file-select field and a "Choose File" button for file uploads.
Color
Used to define a color picker.
Datalists
create a group of options that can be accessed and autocompleted from within an input.