npm.io
2.0.0 • Published 11 years ago

rand-dom

Licence
MIT
Version
2.0.0
Deps
5
Vulns
0
Weekly
0
Stars
5

rand-dom

Gives you a rand-dom.

var randDom = require('rand-dom');
randDom.elm.innerHTML = `I'm a ${randDom}.tag`;
// Can decide your logic based on the tag.
document.body.appendChild(randDom.elm);

API

Basically it returns you an object that contains:

{
  elm // Random element that was created.
  tag // HTML Tag
}

Install

$ npm install --save rand-dom

Keywords