What problem does it solve?
This skill helps developers create accessible, token-driven React UI components by standardizing design token usage, semantic HTML, and a11y patterns across a design system.
Core Features & Use Cases
- Design Token Integration: leverage CSS custom properties to ensure consistent theming and visual language.
- Accessibility by Default: builds components with W3C ARIA patterns to ensure keyboard operability and screen reader compatibility.
- Semantics & Reusability: promotes semantic HTML structures and composable component APIs for reusable UI blocks like buttons, inputs, and cards.
Quick Start
To start, implement a Button component that uses design tokens, supports variants and sizes, and exposes accessible ARIA attributes; also create a Card component to demonstrate semantic markup and token-driven styling; finally, export and document the components for use in a design system and client apps.