tatl
tatl copied to clipboard
Onclick event triggering
Hi,
How to trigger onlick?
return html`
<p>
<button onclick=??'>Click Me</button>
${greeting}, there! My name is ${personName}
</p>
`;