@axint/form-field-stack-view
Reusable SwiftUI form field stack with labels, helper copy, validation state, and stable spacing.
What it gives you
- A typed Axint SwiftUI source contract.
- Reusable state for default, selected, processing, and completed modes.
- Product-copy slots so agents do not hardcode one app's wording.
- Remotion-generated demo media for Registry browsing.
Install
axint add @axint/form-field-stack-view --to RegistryComponents/form-field-stack-view
Suggested use
Use this component when an agent is assembling forms screens and needs a polished reusable UI block instead of building from a blank SwiftUI file.

