1.0.1 • Published 6 years ago

html-forge v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

HTML Forge

Work with HTML Elements. Show them who's boss.

const div = createElement({
  tag: string,                // Optional - Default 'div'
  id: string,                 // Optional
  innerHTML: string,          // Optional
  innerText: string,          // Optional
  className: string,          // Optional
  cssText: string,            // Optional
  events: { ...DOMEvents },   // Optional
  styles: { ...CSSStyles },   // Optional
})

document.body.appendChild(div)
1.0.1

6 years ago

1.0.0

6 years ago