Forms
Forms allow users to enter data and interact with the system.
Text Input
Standard text entry field.
<input type="text" class="Input" placeholder="...">
Select
Used for choosing from a list of options.
<select class="Select">...</select>
Forms allow users to enter data and interact with the system.
Standard text entry field.
<input type="text" class="Input" placeholder="...">
Used for choosing from a list of options.
<select class="Select">...</select>