0.1.1 • Published 3 years ago

uce-helpers v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

µce-helpers

Build Status Coverage Status

Common helpers for uce related projects, currently used in uce-template:

  • slot(element):object to retrieve all nodes with a slot="name" attribute within an element, ignoring slots inside inner custom elements
  • ref(element):Element? to retrieve the first element with a specific ref="name"
  • get(element, "attribute-name") as shortcut for element.getAttribute(name)
  • has(element, "attribute-name") as shortcut for element.hasAttribute(name)