UNPKG

lumen-foundation-apps

Version:
8 lines 302 B
```html <Trigger open='my-notify'> <a className='button'>Static notifications</a> </Trigger> <Notification.Static id='my-notify' title="My static notification" image=""> <p>This notification is static, it works similarly to a programmatic with some subtle differences</p> </Notification.Static> ```