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

Notification title
Subtitle text goes here. Example link
00:00:00 AM
<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