Preview
There is a problem
Enter your email address
Choose an environment
Usage
ErrorSummary usage<ErrorSummary errors={[{ message: 'Enter your email', href: '#email' }]} />API
ErrorSummary APIErrorSummaryProps
| prop | type | notes |
|---|---|---|
| errors | FormError[] | Renders nothing when empty — safe to render unconditionally. |
| title? | string | Heading (default "There is a problem"). |
| mix? | MixInput |