Production essentials
Anything shipping to production needs at least these. Accessibility variants, persistent storage, and the components that make interaction visible to assistive technology.
Items
- high-contrast theme — Ship with the a11y variant from day one — never bolt it on later.
- signet local:// handler — Persistent storage. User preferences live here.
- camber-input — Accessible text input. Required for most forms.
- camber-select — Accessible choice input. Required for any form that asks for one of N.
- form-page surface — Declare the agent-facing surface for any form page so automated consumers can submit.