API Reference
Props mirror Base UI React where applicable, adapted for Svelte 5. Native HTML attributes for the rendered element are also accepted unless noted.
Form
Extends form HTML attributes.
| Property | Type | Default | Description |
|---|---|---|---|
errors | FormErrors | undefined | — | — |
onFormSubmit | ((formData: FormData, event: SubmitEvent) => void) | undefined | — | — |
children | Snippet | — | Content rendered inside the part. |