📝 Forms, Inputs & Switches
Native form elements with zero JavaScript validation feedback, iOS-style toggle switches, custom input icons, and drag & drop zones.
Live Preview: Input Groups & Switches
https://
.taxui.dev
<!-- iOS Toggle Switch -->
<input type="checkbox" switch checked>
<!-- Input Group with Addons -->
<div input-group>
<span addon>https://</span>
<input type="text" placeholder="workspace">
<span addon>.taxui.dev</span>
</div>