FAQ 12 ยท Category directory
Category Directory FAQ
Three compact category columns turn a broad question set into an orderly support directory that stacks cleanly on mobile.
Browse by concern
Find the answer in the right layer
Separate foundation, delivery, and maintenance questions before readers enter the detail.
Foundation
Tokens, themes, and layouts.
Which tokens can products override?
Use documented semantic tokens for intent and component tokens for surgical theming.
How do responsive layouts work?
Layout primitives use intrinsic constraints, container-aware behavior, and semantic gaps.
Delivery
Components, patterns, and testing.
How is a component selected?
Start with the component router, then read the exact colocated contract before writing markup.
What must be checked in browser?
Verify responsive flow, keyboard access, focus, contrast, themes, and reduced motion.
Maintenance
Changes, releases, and ownership.
How are breaking changes avoided?
Public selectors, attributes, tokens, and behavior stay explicit in versioned contracts and tests.
Who updates the examples?
The same change that alters a public behavior should update its contract, example, and verification coverage.