What problem does it solve?
This Skill ensures that applications built with shadcn/ui follow best practices for component architecture, accessibility, styling, and performance, leading to more maintainable and robust user interfaces.
Core Features & Use Cases
- Component Architecture: Guides on proper usage of Radix primitives, CVA patterns, and ref forwarding.
- Accessibility: Ensures compliance with ARIA standards, focus management, and keyboard navigation.
- Styling & Theming: Best practices for Tailwind CSS, CSS variables, and dark mode implementation.
- Form Handling: Integration with React Hook Form and Zod for efficient and type-safe forms.
- Use Case: When developing a new feature using shadcn/ui components, consult this Skill to ensure the implementation adheres to established patterns for consistency and quality.
Quick Start
Apply the shadcn skill to review the accessibility of the Dialog component implementation.