iDash Admin Panel uses a custom built notification system that makes it easy to display sleek notifications to your user. The user will be scrolled to the top of the page and then recieve the notification that can be closed simply by clicking anywhere inside it.
Success Notificationonclick="notify('<strong>Success</strong> You clicked the button!', 'success');"
Warning Notification
onclick="notify('<strong>Warning</strong> Are you sure you want to remove this item?', 'warning');"
Error Notification
onclick="notify('<strong>Error</strong> Oh No! Something went wrong.', 'error');"
Tip Notification
onclick="notify('<strong>Tip</strong> Notifications can be called via almost any event!', 'tip');"
Neutral Notification
onclick="notify('<strong>Neutral</strong> Arent these notifications sexy?', 'neutral');"