Package-level declarations

Types

Link copied to clipboard

Bootstrap toast positions.

Functions

Link copied to clipboard
fun toast(message: String, title: String? = null, position: ToastPosition = ToastPosition.TopEnd, color: BsColor? = null, bgColor: BsBgColor? = null, autohide: Boolean = true, delay: Duration = 5.seconds, animation: Boolean = true, className: String? = null)

Show a toast.