
ArcaneFieldWrapper
Use field wrappers to pair an input with label, helper text, and validation-ready layout.
Live Demo
Component: field
Preview + Code
We only use this for account notices.
Code
ArcaneFieldWrapper(
  labelText: 'Email',
  description: 'We only use this for account notices.',
  field: TextInput(
    placeholder: 'name@company.com',
    onChange: (String value) {},
  ),
)

ArcaneFieldWrapper#

Use field wrappers to pair an input with label, helper text, and validation-ready layout.

The live preview and code sample above use the neutral package:arcane_jaspr/arcane_jaspr.dart API. The selected stylesheet owns spacing, density, radius, color, and interaction styling, so the same app code can render differently under Shadcn or Neon.

Source: lib/component/form/field_wrapper.dart

See the Component Catalog for the full exported surface and source mapping.