tatl icon indicating copy to clipboard operation
tatl copied to clipboard

Onclick event triggering

Open kethan opened this issue 5 years ago • 0 comments

Hi,

How to trigger onlick?

return html`
      <p>
      <button onclick=??'>Click Me</button>
         ${greeting}, there! My name is ${personName}
      </p>
    `;

kethan avatar Aug 21 '19 15:08 kethan