Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mniebling/menagerie

A library of tiny HTML/CSS/JS experiments
https://github.com/mniebling/menagerie

Last synced: 5 days ago
JSON representation

A library of tiny HTML/CSS/JS experiments

Awesome Lists containing this project

README

        

# Menagerie

Menagerie is a place for me to put very small code snippets that I might want to keep for later. Maybe they're useful library type pieces, or experiments, or places for me to try out new techniques, or who knows what.

### Demo pages

* [Avatars]: Styles for user avatar images
* [InsetLabel]: An input field where the label appears within the field
* [SegmentedRadioButtons]: Turn radio buttons into a flat button group
* [TimedHoverCircle]: Delayed hover event with concentric rings as visual feedback
* [RadioButtons]: Radio inputs with visible activation targets and interaction feedback

### License

Everything in the Menagerie is MIT licensed.

[Avatars]:http://mniebling.github.io/Menagerie/Avatars
[InsetLabel]:http://mniebling.github.io/Menagerie/InsetLabel
[SegmentedRadioButtons]:http://mniebling.github.io/Menagerie/SegmentedRadioButtons
[TimedHoverCircle]:http://mniebling.github.io/Menagerie/TimedHoverCircle
[RadioButtons]:http://mniebling.github.io/Menagerie/RadioButtons