componente · @solu30/ui-kit/input
ContactForm
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { ContactForm } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| fields | sí | ContactFormField[] | — |
| endpoint | sí | string | — |
| labels | sí | ContactFormLabels | — |
| turnstile | opcional | { | — |
| siteKey | sí | string | — |
| scriptUrl | opcional | string | — |
| honeypot | opcional | boolean | — |
| className | opcional | string | — |
| onSuccess | opcional | () => void | — |
| onError | opcional | (error: string) => void | — |