Crate leptos_toaster

source ·

Structs§

  • A ToastId is basically a simple wrapper around a [u8; 64] which makes it easy to use strings and integers as Id’s

Enums§

Functions§

  • Toaster context provider. Wrap your app in the Toaster to use the Toasts context in children
  • Call this to dismiss the toast with the given id