What problem does it solve?
This Skill provides a comprehensive set of guidelines and best practices for building modern, composable, and accessible React UI components, ensuring consistency and maintainability across projects.
Core Features & Use Cases
- Component Architecture: Learn principles for composability, state management, and polymorphism.
- Accessibility Standards: Implement keyboard navigation, ARIA attributes, and screen reader support.
- Styling Systems: Utilize Tailwind CSS with
cn utility, CVA, and design tokens effectively.
- TypeScript Integration: Ensure type safety with robust prop definitions and exports.
- Use Case: When developing a new design system or refactoring existing UI components, use this Skill to ensure all components adhere to modern standards for accessibility, reusability, and developer experience.
Quick Start
Use the components-build skill to generate a new accessible button component following the specification.