Server Event Toast

python

Preview

A LiveView mixin, not a component — it shows toasts your view pushes, so there is nothing to render on its own.

Usage

views.py
python
# `server_event_toast` defines no component class of its own. It ships
# shared parts — mixins and helpers — that other components are built
# from.
my_template.html
django
Source & styles
FilePathNotes
moduledjust.components.components.server_event_toastSubclass it, or pass custom_class, to change how it renders.