make-el

0.3.0 • Public • Published

make-element

Fast way to create html element with dom

const makeEl = require('make-el');
 
let h1 = makeEl('h1', {
  id: 'hello',
  innerText: 'hello make-el',
  appendTo: document.body,
});

Package Sidebar

Install

npm i make-el

Weekly Downloads

1

Version

0.3.0

License

UNLICENSED

Last publish

Collaborators

  • rascada