This page tests the React-based Sonner toast system. Use the buttons below to test different toast types.
Note: This uses the React-based Sonner implementation with proper theming.
You can also test toasts manually in the browser console:
window.toast('Test message');
window.toast.success('Success!');
window.toast.error('Error!');
window.toast.warning('Warning!');
window.toast.info('Info!');