1.0.1 • Published 4 years ago

huent v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

huent

Travis

A simple library for accessing (subset of) HTMLElement properties in a fluent fashion.

Sample usage:

  const h = require('huent')
  h("p")
    .classes("tesing")
    .innerHtml("currently testing Huent lib")
    .insertToElementBeginning(h("body"));
  
  h
    .find("#uniqId")
    .onclick(()=>console.log("element with #uniqId was clicked"));
1.0.1

4 years ago

1.0.0

4 years ago