11 lines
149 B
Plaintext

class {
onCreate(input) {
this.state = {
clicked: false
};
}
}
<div on-click('handleClick')>
Click me
</div>