mica
Forms / input & textarea

input & textarea

Tier 1

One control family with buttons: same radius, border, and height.

<label for="bio">Bio</label>
<textarea id="bio"></textarea>  <!-- field-sizing: content -->

Notes

Field text stays 16px — smaller triggers iOS auto-zoom. Fields fill their container; constrain with layout primitives.

← progress & meterselect →