Expand description
Bootstrap toast components.
Provides type-safe Bootstrap toasts matching the Bootstrap toast documentation.
Functionsยง
- toast
- Create a basic Bootstrap toast.
- toast_
autohide - Create a toast that auto-hides after delay.
- toast_
colored - Create a colored toast.
- toast_
container - Create a toast container for stacking multiple toasts.
- toast_
show - Create a toast that is shown by default.
- toast_
simple - Create a simple toast without header.
- toast_
titled - Create a toast with custom header title.
- toast_
with_ image - Create a toast with image in header.