Server Event Toast
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
| File | Path | Notes |
|---|---|---|
| module | djust.components.components.server_event_toast | Subclass it, or pass custom_class, to change how it renders. |