base-ui-svelte

Forms

Field, Fieldset, and Form for accessible validation in Svelte.

View as Markdown

Use Field, Fieldset, and Form from base-ui-svelte the same way Base UI structures form primitives.

Svelte difference

Form’s onFormSubmit receives (formData: FormData, event: SubmitEvent), not a React values object / eventDetails bag. See Differences.

Upstream patterns: Base UI Forms.