Temporary notification popups
Interactive preview of the Toast component with different variants.
Install the package via npm:
npm install apex-design-systemimport { useToast } from 'apex-design-system';const { toast } = useToast();
toast({
title: "Success!",
description: "Your changes have been saved.",
});This component follows WAI-ARIA best practices and is WCAG 2.1 AA compliant. It includes proper keyboard navigation, focus management, and screen reader support.