23 |

24 | Jackbox

25 | 26 |

Display timed notifications easy

27 | 28 |

Preview

29 | 30 |

31 | Getting 32 | started is easy

33 | 34 |
35 |
36 | <script>
37 |     Jackbox.init();
38 | </script> 
39 |
40 | 41 |

42 | Adding notifications is just as easy

43 | 44 |
45 |
46 | <script>
47 |     Jackbox.error("Oh noes, something went wrong!");
48 |     Jackbox.warning("Yeah, you might want to check in to that");
49 |     Jackbox.success("Woop woop!");
50 |     Jackbox.information("I'm only here because I can");
51 | </script>
52 | 53 | 54 |

Try it out

55 | 56 | 57 | 58 | 59 | 60 |
61 | 62 | 67 | 68 |