/**
 * MasterPlan Components Library
 * Import all component styles
 * 
 * Usage in HTML:
 * <link rel="stylesheet" href="components/components.css">
 */

/* Import all component styles */
@import url('./StatCard.css');
@import url('./Button.css');
@import url('./DataTable.css');
@import url('./Skeleton.css');
@import url('./Navbar.css');
@import url('./Toast.css');

/**
 * Component Index:
 * 
 * 1. StatCard - Compact stat cards with trend indicators and sparklines
 * 2. Button - Button system with Primary, Secondary, Ghost variants
 * 3. DataTable - Professional data table/list component
 * 4. Skeleton - Loading state placeholders
 * 5. Navbar - Glassmorphism navigation bar
 * 6. Toast - Notification system (react-hot-toast)
 * 
 * See individual CSS files for detailed usage documentation.
 */