two-ply
v0.1.0
Published
Bind HTML to JS state
Readme
two-ply
Two-ply binds your HTML to your JS state using one vanilla JS function bind and one data attribute data-bind.
Install
CDN:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/index.min.js" defer></script>NPM:
npm i twoplyImport:
import {bind} from 'twoply'