Skip to main content

FormActions

FormActions — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

FormActions — Prism component.

Accessibility

Always render a visible <label> (the label prop wires htmlFor/id for you). Errors set aria-invalid and are announced via aria-describedby. Required fields expose aria-required.

Import

const { FormActions } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
statusReact.ReactNodeStart-aligned status node (often an AutosaveIndicator).
align"start" | "end" | "between"
stickybooleanPin to the bottom of a scrolling form.