Skip to main contentCarbon Design System

Notification

Preview the notification component with the React live demo. For detailed code usage documentation, see the Storybooks for each framework below.

Documentation

Live demo

<div>
<ToastNotification
caption="00:00:00 AM"
iconDescription="describes the close button"
subtitle={<span>Subtitle text goes here. <a href="#example">Example link</a></span>}
timeout={0}
title="Notification title"
/>
</div>
ToastNotification
Modifiers
kind