Share
const tmpl = document.getElementById('myShareButton');
tmpl.content.querySelector('a').href = 'http: //some-url.com';
const clone = document.importNode(tmpl.content, true);
document.body.appendChild(clone);
Dominik Kundel | @dkundel | #webComponents #useThePlatform
Aww yeah, you successfully read this important alert message
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.