Notification title
Time stamp [00:00:00]
<div>
<ToastNotification
caption="Time stamp [00:00:00]"
iconDescription="describes the close button"
subtitle={<span>Subtitle text goes here. <a href="#example">Example link</a></span>}
timeout={0}
title="Notification title"
/>
</div>
<div>
<InlineNotification
kind="info"
actions={<NotificationActionButton>Action</NotificationActionButton>}
iconDescription="describes the close button"
subtitle={<span>Subtitle text goes here. <a href="#example">Example link</a></span>}
title="Notification title"
/>
</div>