Skip to content
Patterns

Form Patterns

Compose Field components into logical sections with Card wrappers, then add a FormActions row at the bottom. This pattern scales from simple settings forms to complex multi-section workflows.

Settings Form

Profile

Your public profile information.

Markdown is supported.

Notifications

Manage how you receive updates.

Receive updates about your account via email.

Receive tips, product updates, and offers.

Composition Reference

PropTypeDefaultDescription
FieldcomponentWraps a single input with label, hint, and error. Provides context via FieldContext.
FormSection (pattern)Card + headingGroup related fields under a titled Card. Not a dedicated component -- compose with Card + H4.
FormActions (pattern)Cluster of ButtonsA row of action buttons (submit, cancel) at the bottom of the form.