# EmptyState Component for displaying empty states when there's no content to show. ## Features - ✅ Icon or emoji support - ✅ Title and description - ✅ Custom colors - ✅ Optional action button/content - ✅ Customizable padding - ✅ TypeScript support ## Installation ```bash npx @memoro/ui add empty-state ``` Dependencies: `text`, `icon` ## Usage ### With Icon ```tsx import { EmptyState } from '@/components/ui/EmptyState/EmptyState'; ; ``` ### With Emoji ```tsx ``` ### With Action Button ```tsx