Skip to content

Vizel API / core/src / VizelFormRootAttrs

Interface: VizelFormRootAttrs

Defined in: packages/core/src/builders/types.ts:255

ARIA attributes for the form root.

Properties

aria-label

ts
aria-label: string;

Defined in: packages/core/src/builders/types.ts:260

Localized label for the form.


id

ts
id: string;

Defined in: packages/core/src/builders/types.ts:257

Stable id; matches each field's aria-describedby when needed.


role

ts
role: "form";

Defined in: packages/core/src/builders/types.ts:258

Released under the MIT License.