@twobirds/microcomponents
Version:
Micro Components Organization Class
9 lines (7 loc) • 655 B
Markdown
## Functional Requirements
- I want to **enrich a standard HTMLElement instance or any object with encapsuled and modular javascript**, without having to resort to web components or big frameworks.
- I want to have an **interface** into this functionality that I can both tight and loosely couple.
- I want to **import and use Micro Components in any framework** that allows for direct DOM access.
- I want **a single location** in an HTMLElement instance where all this functionality is **stored and sufficiently organized**.
- I want to be able to use **selectors** to find those instances in the DOM.
- All this must stricly follow **web standards**.