Skip to content

Toast

Fixed-position notifications that auto-dismiss. Announces to screen readers via aria-live.

click to show
Show successShow errorShow infoChanges saved successfully.Failed to save. Please try again.New version available.
const toast = document.querySelector('ac-toast');
toast.show(3000); // show + auto-hide after 3s (0 = no auto-hide)
toast.hide();
AttributeValuesDescription
openbooleanShows the toast
variantdefault | success | warning | info | dangerColor scheme
timeoutmsAuto-hide delay