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

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.

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`
[![Build Status](https://travis-ci.org/nbubna/random-x.png?branch=master)](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