Package Exports
- base-elem-js
- base-elem-js/dist/js/base-elem-js.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (base-elem-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
BaseElem.js
base-elem is a lightweight utility for querying the DOM, adding event listeners, removing them, creating and manipulating elements, and more. Everything can be accessed via the $be function.
Usage
To use the base-elem utility, you need to import it as follows:
import $be from 'base-elem';Features
To come, in the meantime check the Home Page.