Form Error
GitHubDisplays errors that do not belong to an individual field.
Installation
bash
pnpm dlx shadcn@latest add @cs/form-errorUsage
tsx
import { FormError } from "@/components/cs/form-error"tsx
<FormError />API Reference
FormError
Displays errors that do not belong to an individual field. Renders children together with form-level validation messages. Returns null when neither is available.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | Optional custom error message. |
| className | string | - | Additional field wrapper classes. |