Basic Form
A simple form demonstrating the most common field types. This example shows how @canard/schema-form renders text inputs, numbers, dates, enums, textareas, and switches from a single JSON Schema.
Key Features
type: string— text inputtype: integer— number inputformat: date— date pickerenum— dropdown selectformat: textarea— multi-line textformType: switch— toggle switch