From 5777dd8214ed22ecc3635b2250f2cccb7b538223 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 May 2015 12:20:31 +0100 Subject: [PATCH] added nanoModal --- BigBoxOfJavascript.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 736cb4b..36300bb 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -14,6 +14,9 @@ ## Media - [audiosynth](http://keithwhor.github.io/audiosynth/) - A wonderfully simple (albeit underdocumented) library for synthesising notes from various instruments. Not the most powerful, but easy to use. +## Popup Boxes + - [NanoModal](https://github.com/kylepaulsen/NanoModal) - Display those modals dialogs easily + ## Progress bars - [Mprogress.js](https://lightningtgc.github.io/MProgress.js/) - A progress bar based on material design - [ProgressBar.js](https://kimmobrunfeldt.github.io/progressbar.js/) - Another progress bar library