From 113cc1bf76b6ee71252f77f95ce265d5a41eba86 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 14 Sep 2015 10:57:14 +0100 Subject: [PATCH] Add tabby --- BigBoxOfHTML.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBoxOfHTML.md b/BigBoxOfHTML.md index d6ce3d6..0068f19 100644 --- a/BigBoxOfHTML.md +++ b/BigBoxOfHTML.md @@ -33,6 +33,7 @@ - [houdini](https://github.com/cferdinandi/houdini/) - A super simple script to make an element collapsible. - [layzr.js](http://callmecavs.github.io/layzr.js/) - An easy to use lazy image loading script - [[be]lazy.js](http://dinbror.dk/blazy/) - An alternative to the above. Looks slightly more advanced, but also more complex. + - [tabby](https://github.com/cferdinandi/tabby/) - A drop-in easy to use tab system. Works using ids, and supports both `` tags and buttons. ## Accessibility - [abbr-touch](https://github.com/Tyriar/abbr-touch) - Make the `title` attribute of the `` (abbreviation) HTML element accessible to touch screen users