UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

8 lines (6 loc) 220 B
<template> <require from="./rgb-to-hex.js"></require> <label for="color">Select Color:</label> <input id="color" type="color" value.bind="rgb | rgbToHex" /> <br/> r: ${rgb.r}, g:${rgb.g}, b:${rgb.b} </template>