Skip to content

3.0.0

Compare
Choose a tag to compare
@JulianFun123 JulianFun123 released this 02 Mar 15:32
· 37 commits to master since this release
const count = state(0)

$(document).append(html`
     <button @click=${count.value++}>The count is ${count}</button>
`)