rand-dom

2.0.0 • Public • Published

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

Dependencies (5)

Dev Dependencies (1)

Package Sidebar

Install

npm i rand-dom

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • hemanth