https://github.com/nbubna/demo-x
Pseudo web component to create interactive, live-action demo for JavaScript/DOM code.
https://github.com/nbubna/demo-x
Last synced: 12 months ago
JSON representation
Pseudo web component to create interactive, live-action demo for JavaScript/DOM code.
- Host: GitHub
- URL: https://github.com/nbubna/demo-x
- Owner: nbubna
- License: mit
- Created: 2014-12-01T18:26:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T07:08:15.000Z (over 11 years ago)
- Last Synced: 2025-02-21T01:03:48.797Z (over 1 year ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 1
- 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 flexible web component for demonstrating JavaScript/DOM code in a scripted, but interactive manner. It was developed for the [DOMx demo][domx] based on an early version by Adrian Cooney.
[domx]: http://esha.github.io/domx#demo
[Bower][bower]: `bower install demo-x`
[NPM][npm]: `npm install demo-x`
[](https://travis-ci.org/nbubna/demo-x)
[npm]: https://npmjs.org/package/demo-x
[bower]: http://bower.io/
#### Full Version:
Download: [demo-x.min.js][full-min] or [demo-x.js][full]
[full-min]: https://raw.github.com/nbubna/demo-x/master/dist/demo-x.min.js
[full]: https://raw.github.com/nbubna/demo-x/master/dist/demo-x.js
### Release History
* 2014-12-04 [v0.1.6][] (first public release)
[v0.1.6]: https://github.com/nbubna/domx/tree/0.1.6