ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Add HTML5 Notifications #80

Closed juancarlospaco closed 5 years ago

juancarlospaco commented 5 years ago

nimwc-notifications

Use:

<button onClick="${ notifyHtml("HTML5 Notifications!") }">Notification</button>

<a onClick="${ notifyHtml("HTML5 Notifications!") }">Notification</a>

:cat:

ThomasTJdev commented 5 years ago

Why did you delete it?

juancarlospaco commented 5 years ago

https://github.com/ThomasTJdev/nim_websitecreator/pull/81#issue-262211783