Design System React

AlphaThis a work in progress. Your input will help us to improve it. Report issues or raise questions on GitHub.

Confirmation message

JSX for this example
<React.Fragment />

Confirmation message configuration

ConfirmationMessage components can use the following prop:

ariaLive (optional)
Value for an aria-live attribute on the confirmation message, for cases where it's added to the page dynamically. Default is polite.
className (optional)
A CSS class name to pass to the component.
headingLevel (optional)
The heading level for the confirmation message's title. The default is H3. Changing the heading level does not alter the confirmation message's appearance.