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
Page
The Page structure helps users to easily identify where they are, view content essential to the main job, and perform related actions.
Alert
Alerts call attention to a semantic message and load alongside the rest of the page content. They can optionally be dismissed upon user action.
Modal
Modal displays content related to a minor job within a page's main job. It demands complete attention and blocks interactions outside the overlay.