Overview
Cohesive set of form elements that share focus styles, helpers, and validation patterns.
Cohesive set of form elements that share focus styles, helpers, and validation patterns.
Cohesive set of form elements that share focus styles, helpers, and validation patterns.
Read-only, disabled, and shared size modifiers for form controls.
The field wrapper is `.field`. Choose between a wrapped `<label>` and a detached `for`/`id` pair based on the layout.
Use `.join` when controls need to be visually joined into a single unit.
Native input intent first. Actual's runtime filters values only when explicitly asked, and fixed-shape masks stay opt-in through `data-mask`.
A password field reveals its value through a linked button. The markup is a
`.form-actions` is class-only. It may live inside or outside the `<form>`. Use the native `form` attribute to connect a detached submit button to its form.
Use `.form-actions sticky` when long forms need reachable submit actions while scrolling.
Card-style radio and checkbox labels where the whole card acts as a clickable target.
Toggle controls that share a native checkbox at the markup level, with a switch visual.
Native range inputs with theme-aware accent color.
Inline error feedback that respects assistive technology and form state.