Module toast

Module toast 

Source
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.