Composition Gallery
Dense form
A 42-control stress test for compact spacing, labels, focus order, and responsive readability.
Overview
Intentionally pushes Core field rhythm before a real enterprise workflow is built.
Live Preview
Code
{Array.from({ length: 42 }, (_, index) => <Field label={`Control ${index + 1}`}><Input /></Field>)}Components Used
FieldInputButtonAccessibility
Every control has a visible programmatic label and follows source-order tab navigation through the full form.
Responsive Behaviour
The compact grid progressively reduces columns to keep controls readable and preserve touch targets.
Notes
This validates density tokens, not a reusable enterprise form framework. Conditional logic and advanced validation flows would be product or Pro work.