What problem does it solve?
This Skill provides a comprehensive guide and set of best practices for building user interfaces with React, Next.js, and Tailwind CSS, ensuring consistency, accessibility, and maintainability.
Core Features & Use Cases
- Component Patterns: Demonstrates how to structure and build reusable UI components.
- Styling Guidelines: Enforces consistent styling using Tailwind CSS, including responsive design and dark mode.
- Accessibility: Provides a checklist and best practices for ensuring WCAG compliance.
- Form Handling: Integrates with React Hook Form and Zod for robust form management.
- Table Management: Offers patterns for both client-side and server-side table state management.
- Error Handling & Feedback: Guides on using toasts and dialogs for user feedback, avoiding native browser alerts.
- Use Case: Develop a new dashboard page with interactive tables, forms, and clear user feedback mechanisms, adhering to the project's design system and accessibility standards.
Quick Start
Implement a new user profile form using the provided React Hook Form and Zod pattern.