We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix Programmatic Component Addition example - Fixed incorrect import: createNewTemplate is in useEmailTemplateManager, not useEmailTemplateBuilder - Added missing useEmailTemplateManager import - Now all functions in the example are actually available and will work correctly
Update Examples.md with realistic, working examples - Replaced complex API integrations with actual working functionality - Added 5 realistic examples: Basic Integration, Template Management, Programmatic Builder, Custom Styling, and Validation - All examples now demonstrate features that are actually implemented - Removed misleading examples that required non-existent functionality - Added clear documentation of available features and best practices
docs: move Complete React Component Example to Examples page - Remove detailed example from Home page to keep it focused on quick start - Add enhanced Complete React Component Example to Examples page - Include additional features like toggle functionality and saved emails state - Add proper styling with Tailwind CSS classes - Make Examples page more comprehensive with practical implementations
Update wiki for developer-focused documentation - practical usage examples and real-world implementations
Add comprehensive mailyon documentation
Created Examples (markdown)