Components
ToastStack

ToastStack

Toasts can appear at any time to provide instant feedback on actions. They are usually temporary, but can also require the user to dismiss.

Optional props

position

Postion of the toasts

type
top-left
top-center
top-right
bottom-left
bottom-center
bottom-right
default
bottom-right

toastOptions

Options of each toast

type
DefaultToastOptions
default
null

reverseOrder

Wether should invert the order

type
boolean
default
null

gutter

Position distance

type
number
default
16

Related components