Skip to content

Notification

Import: @bnotk/dsx/css/notification.css

Live Preview
ClassDescription
.dsx-notificationBase notification group
.dsx-notification__item--infoInfo notification item
.dsx-notification__item--successSuccess notification item
.dsx-notification__item--warningWarning notification item
.dsx-notification__item--errorError notification item
<div class="dsx-notification">
<div class="dsx-notification__item--info">
<p>A planned maintenance window starts tonight at 22:00.</p>
</div>
<div class="dsx-notification__item--success">
<p>Your profile updates were saved successfully.</p>
</div>
<div class="dsx-notification__item--warning">
<p>Two invoices are still waiting for approval.</p>
</div>
<div class="dsx-notification__item--error">
<p>The export could not be completed.</p>
</div>
</div>