Design System React

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

Error summary

JSX for this example
<React.Fragment />

Error summary configuration

ErrorSummary components can have use the following props:

className (optional)
A CSS class name to pass to the component.
title (optional)
The title of the error summary. Default is ‘There is a problem’.

Error summary items configuration

ErrorSummary.Item components can use the following props:

fragmentId (optional)
ID of the question or field to link to.
linkComponent (optional)
Function that returns an element, to customise the output.