Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mniebling/menagerie
- Owner: mniebling
- Created: 2014-02-10T23:35:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T16:46:13.000Z (over 9 years ago)
- Last Synced: 2024-04-16T01:00:52.073Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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