--- id: reflex-components-sonner version: "0.9.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-sonner — Reflex sonner components. License: permissive · Maintenance: active · Downloads: 242.8K/mo ## What it is and what it does reflex-components-sonner wraps Sonner toast notifications as Reflex components, allowing you to display transient notification messages in web applications. It depends on reflex-base and reflex-components-lucide, integrating into the Reflex framework's component ecosystem. The package is a thin UI layer—it provides the component bindings needed to show toast notifications from within Reflex event handlers. It is not a standalone notification system but rather an adapter for Reflex developers who want Sonner-style toasts in their applications. Use it for: - Display success or error messages after form submission in a Reflex web app - Show transient alerts when async operations complete or fail - Provide user feedback for actions like file uploads or data deletions - Build notification-driven UX patterns without managing custom alert state ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Reflex components for Sonner toast notifications, enabling developers to display dismissible notification messages in web applications built with Reflex. Yes, if you are building a Reflex application and want a lightweight, permissively licensed toast notification component. Low install friction and active maintenance support the decision. No known vulnerabilities. Install only if you are already committed to the Reflex framework. ## Install pip install reflex-components-sonner uv add reflex-components-sonner poetry add reflex-components-sonner ## Installing reflex-components-sonner Before you install: Low install friction with a pure Python wheel. Maintenance status is active, though repository metadata is not publicly available in the fact sheet. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install reflex-components-sonner from reflex_components_sonner import toast # In a Reflex event handler: toast.success("Operation completed") Requires Python 3.10 or later and an existing Reflex application to function. Verify before relying: - Whether this package is actively maintained by the Reflex team or a community contributor - API stability and whether breaking changes are expected in future releases - Feature completeness relative to the upstream Sonner JavaScript library ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 242.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags reflex toast notifications, sonner components reflex, notification ui components, reflex toast library, web notification system, dismissible alerts reflex, reflex-ecosystem, ui-components, notifications [View on SkillFed](https://skillfed.io/packages/reflex-components-sonner) · [View on PyPI](https://pypi.org/project/reflex-components-sonner/)