Portfolio

Dominero

Scoped one-way data binding with simple, expressive markup

JavaScriptData BindingBabelMocha

About

Dominero is a small data-binding utility focused on clarity and scope. It binds object properties to named attributes in markup, supports multiple roots, and keeps updates predictable with one-way flow.

Features

  • Declarative attribute binding directly in HTML markup
  • Scoped bindings tied to provided root elements
  • Supports multiple root contexts in the same page
  • Named attributes allow flexible property-to-attribute mapping
  • ES module and ES5 distribution outputs

Get Started

Install npm install dominero
Test npm test
Build npm run build