-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 774 Bytes
/
params.json
File metadata and controls
6 lines (6 loc) · 774 Bytes
1
2
3
4
5
6
{
"name": "Jackbox",
"tagline": "Javascript library to display notifications",
"body": "# Jackbox\r\nDisplay timed notifications easy\r\n\r\n\r\n\r\n\r\n\r\n##### Getting started is easy\r\n\r\n```javascript\r\n<script>\r\n Jackbox.init();\r\n</script>\r\n```\r\n\r\n##### Adding notifications is just as easy\r\n```javascript\r\n<script>\r\n Jackbox.error(\"Oh noes, something went wrong!\");\r\n\r\n Jackbox.warning(\"Yeah, you might want to check in to that\");\r\n\r\n Jackbox.success(\"Woop woop!\");\r\n\r\n Jackbox.information(\"I'm only here because I can\");\r\n</script>\r\n```\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}