ui-components
Installation
SKILL.md
UI Components
Quick Start
When working with UI components:
- Use shadcn/ui components from
@/components/ui/ - Follow mobile-first approach
- Use Tailwind CSS for styling
- Maintain accessibility (WCAG 2.1 AA)
- Use design system colors and spacing
Key Files
src/components/ui/- shadcn/ui componentstailwind.config.ts- Tailwind configurationsrc/styles/- Global stylessrc/components/- Custom components