Skip to content
kapable

ErrorSummary

Forms · 1 export · v0.1.0 · showcase

Form-level server validation summary linking each error to its field.

Browse 72 component families

Usage

ErrorSummary usage
<ErrorSummary errors={[{ message: 'Enter your email', href: '#email' }]} />

API

ErrorSummary API

ErrorSummaryProps

ErrorSummary props
proptypenotes
errorsFormError[]Renders nothing when empty — safe to render unconditionally.
title?stringHeading (default "There is a problem").
mix?MixInput

More in Forms

More in Forms