Toast
Temporary notifications for displaying system messages
Class Reference Basic
Positioning
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-top toast-start"
) Auto-import documentation coming soon...
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-top toast-center"
) Auto-import documentation coming soon...
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-top toast-end"
) Auto-import documentation coming soon...
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-start toast-middle"
) Auto-import documentation coming soon...
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-center toast-middle"
) Auto-import documentation coming soon...
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-end toast-middle"
) Auto-import documentation coming soon...
New mail arrived.
Message sent successfully.
Div(
Div("New mail arrived.", cls="alert alert-info"),
Div("Message sent successfully.", cls="alert alert-success"),
cls="toast toast-start"
) Auto-import documentation coming soon...
Class Reference
| Class | Type | Description |
|---|---|---|
| toast | Component | Container element that sticks to the corner of page |
| toast-start | Placement | Align horizontally to the left |
| toast-center | Placement | Align horizontally to the center |
| toast-end | Placement | Align horizontally to the right [Default] |
| toast-top | Placement | Align vertically to top |
| toast-middle | Placement | Align vertically to middle |
| toast-bottom | Placement | Align vertically to bottom [Default] |
Do you have a question? ask the community
Do you see a bug? open an issue on GitHub
LLMs Context: Full Markdown | This Component