TkxQuantumForm
import { TkxQuantumForm } from 'tekivex-ui/experimental';QuantumForm is part of the experimental surface of tekivex-ui. It is not covered by the same WCAG 2.1 AAA self-test or test-coverage commitments as the production components. Use it for prototypes; pin and audit before production.
| Prop | Type | Required | Description |
|---|---|---|---|
fields | QuantumFieldConfig[] | yes | |
onSubmit | (values: Record<string, string>) => void | Promise<void> | yes | |
submitLabel | string | ||
layout | 'vertical' | 'horizontal' | ||
showConfidence | boolean | ||
showQuantumState | boolean |
Accessibility
Section titled “Accessibility”- Keyboard navigation supported on all interactive elements
:focus-visibleoutline at 2px (theme-tokenprimary)- ARIA roles and properties applied per WAI-ARIA 1.2
- Respects
prefers-reduced-motion - Minimum 44×44 touch target where applicable
Source
Section titled “Source”The implementation lives at src/components/TkxQuantumForm.tsx.
This page is a generated scaffold. It will be replaced with hand-authored examples and a live preview in a follow-up release. For interactive demos, see the legacy demo site.