https://github.com/nbubna/random-x
Simple web component that shows one random child element and lets me play with web-component infra w/o meaningful code to distract me.
https://github.com/nbubna/random-x
Last synced: over 1 year ago
JSON representation
Simple web component that shows one random child element and lets me play with web-component infra w/o meaningful code to distract me.
- Host: GitHub
- URL: https://github.com/nbubna/random-x
- Owner: nbubna
- License: mit
- Created: 2014-12-04T18:13:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T05:45:58.000Z (over 11 years ago)
- Last Synced: 2025-02-21T01:03:53.046Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
A simple web component for experimenting with DOMx-based web components, with a minimum of meaningful code. In this case, it merely displays a single child element and detaches the others. It was developed for the [DOMx docs][domx].
[domx]: http://esha.github.io/domx
[Bower][bower]: `bower install random-x`
[NPM][npm]: `npm install random-x`
[](https://travis-ci.org/nbubna/random-x)
[npm]: https://npmjs.org/package/random-x
[bower]: http://bower.io/
#### Full Version:
Download: [random-x.min.js][full-min] or [random-x.js][full]
[full-min]: https://raw.github.com/nbubna/random-x/master/dist/random-x.min.js
[full]: https://raw.github.com/nbubna/random-x/master/dist/random-x.js
### Release History
* 2014-12-04 [v0.1.0][] (first public release)
[v0.1.0]: https://github.com/nbubna/random-x/tree/0.1.0