Docs
Validation
Validation
Provides visual feedback for form validation.
Form with Validation
This form demonstrates the Validation component for displaying form errors.
Installation
Usage
import { Validation } from "@/components/ui/validation";<Validation>{/* Example usage */}</Validation>Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | The class name to apply to the component. |
children | ReactNode | - | The content to display in the component. |