Quill docs
Toast
A live-region notification stack with severity, timeout markers, and dismiss controls.
Preview#
This preview is server-rendered from the real qquill-design builder; the page ships the component CSS that builder returns, so the docs cannot drift from the crate API.
Saved roadmap update
Cloud scaling is still planned
Design-system contract#
- BUILT: region uses status/alert live-region semantics from qquill-ui.
- BUILT: each toast carries timeout and dismiss-control markers for the runtime behavior.
- Interactive: `.island(...)` wires manual dismiss and auto-timeout.
Code#
Construct the component with its builder:
Toaster::new()
.toast("saved", Severity::Success, "Saved roadmap update")
.radius(Radius::Lg)
.render()