@daz4126/heliumjs
v0.1.1
Published
A light yet powerful library that makes HTML interactive
Maintainers
Readme
🎈Helium🎈
Light & powerful .... Helium makes HTML interactive!
<main @helium>
<button @click="count++" :style="count > 3 && 'background: red'">
clicked <span @react="count">0</span> times
</button>
</main>