Notifications

Notification can be use to notify an action to a user, the code bellow its a basic example

<div class="notification">
  <button class="close"></button>
  <div class="notification-title">
      My notification title
  </div>
  <div class="notification-message">
      Toast message goest here
  </div>
</div>
My notification title
Toast message goest here

On this page