npm.io
0.1.1 • Published 5 years ago

uce-helpers

Licence
ISC
Version
0.1.1
Deps
0
Size
6 kB
Vulns
0
Weekly
14
Stars
5

µ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)