Boom custom element

This message will self destruct in seconds.

This is a silly example of how you can parameterize custom elements with their name. Define an element named <boom---> and the element will have a fuse of as many seconds as there are dashes in its name.

You can only have one element per class in the custom elements registry though. You'd have to extend your class with a new one if you wanted to configure another element based on its name. Kinda defeats the purpose.

Github repo