notification-component
Version:
Notification component
1 lines • 188 B
JavaScript
module.exports = '<li class="notification hide">\n <div class="content">\n <span class="title">Title</span>\n <a href="#" class="close">×</a>\n <p>Message</p>\n </div>\n</li>';