Notifications

Dismissible Notifications

Applies style only. Its up to you to wire up the JavaScript.

This Is a Heading

This is a generic notification message

            <div class="elr-notification">
              <button class="close">x</button>
              <h2>This Is a Heading</h2>
              <p>This is a generic notification message</p>
  </div>
            
          

This Is a Heading

This is a generic notification message

            <div class="elr-notification elr-notification-info">
              <button class="close">x</button>
              <h2>This Is a Heading</h2>
              <p>This is a generic notification message</p>
  </div>
            
          

This Is a Heading

This is a generic notification message

            <div class="elr-notification elr-notification-danger">
              <button class="close">x</button>
              <h2>This Is a Heading</h2>
              <p>This is a generic notification message</p>
  </div>
            
          

This Is a Heading

This is a generic notification message

            <div class="elr-notification elr-notification-warning">
              <button class="close">x</button>
              <h2>This Is a Heading</h2>
              <p>This is a generic notification message</p>
  </div>
            
          

This Is a Heading

This is a generic notification message

            <div class="elr-notification elr-notification-success">
              <button class="close">x</button>
              <h2>This Is a Heading</h2>
              <p>This is a generic notification message</p>
  </div>
            
          

This Is a Heading

This is a generic notification message

            <div class="elr-notification elr-notification-muted">
              <button class="close">x</button>
              <h2>This Is a Heading</h2>
              <p>This is a generic notification message</p>
  </div>