Input
Form controls for text input. Classes: .input, .select, .textarea.
Text Input
<input class="input" type="text" placeholder="Enter text..." /> Select
<select class="select">
<option>Option A</option>
<option>Option B</option>
<option>Option C</option>
</select> Textarea
<textarea class="textarea" placeholder="Enter longer text..."></textarea> Disabled
<input class="input" type="text" value="Disabled input" disabled /> Class Reference
| Class | Description |
|---|---|
| .input | Styled text input |
| .select | Styled select dropdown with custom arrow |
| .textarea | Styled textarea (resizable vertically) |