Skip to content

Toast

Toast message

Changes in status, confirmations and updates in the background without interrupting users' workflow, and can be colored-coded to visually communicate their status: inf, positive, negative or alert.

From Figma to code

...

Customization

INFO

Check everything about the customization mechanics in the "How it works" documentation.

CSS VariableTypeDescription
--z-toast--colorcolorFont color
--z-toast--bgcolorBackground color
--z-toast--radiusdistanceRadius of the button

Both background color and text color can be customized using the --z-toast--bg and --z-toast--color CSS custom properties, respectively.

Also the radius can be customized using the --z-toast--radius CSS custom property.

Custom toast
Custom toast