reflex-components-sonner
Reflex sonner components.
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 on this page — 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
reflex-components-sonner on PyPI
pip
pip install reflex-components-sonneruv
uv add reflex-components-sonnerpoetry
poetry add reflex-components-sonnerInstalling 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 the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — reflex-base, reflex-components-lucide |
| Maintenance | actively maintained — 109 days since the last release |
| First released | |
| Downloads | 242,816/month — #8,837 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: reflex_components_sonner-0.9.1-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
reflex-components-coreProvides a collection of UI components for…
permissive · top 15,000 on PyPI
streamlit-notifyStreamlit-Notify provides persistent status…
permissive · top 15,000 on PyPI
reflex-components-codeProvides reusable code display components for…
permissive · top 15,000 on PyPI
reflex-components-markdownProvides Reflex components for rendering and…
permissive · top 15,000 on PyPI
reflex-components-lucideProvides Lucide icon components for Reflex web…
permissive · top 15,000 on PyPI
reflex-components-react-playerProvides Reflex components that wrap the…
permissive · top 15,000 on PyPI
reflex-components-momentProvides Reflex UI components for moment-based…
permissive · top 15,000 on PyPI
reflex-components-radixProvides Radix UI component bindings for…
permissive · top 15,000 on PyPI
gym-noticesDelivers notices about Gym library versions to…
permissive · top 5,000 on PyPI
reflex-hosting-cliA command-line tool for managing Reflex…
permissive · top 15,000 on PyPI