UI
ByJTT UI v1.0

Inputs

Form elements with focus rings and proper styling.

Text Input

<label class="label" for="name">Name</label>
<input type="text" id="name" class="input" placeholder="Enter name" />

Select + Textarea

<select class="input">...</select>
<textarea class="input" rows="3">...</textarea>

Focus State

All inputs get indigo focus ring + glow on focus. Tab through the inputs above to see it.