Organized component patterns.
src/
components/
ui/ # Base UI components (Button, Input, Card, etc.)
features/ # Feature-specific components
layouts/ # Layout components (Header, Footer, Sidebar)
providers/ # Context providers
hooks/ # Custom React hooks
utils/ # Utility functions
types/ # Shared TypeScript types
constants/ # App constants
10. 🏗️ Component Library Structure
Priority: Medium
Organized component patterns.
Structure:
Examples to add (use shadcn):