2024-02-26 03:08:59 +01:00

17 lines
366 B
Plaintext

{
/* ------------------------------------------- HTML ------------------------------------------- */
}
<maso-target>
<slot />
</maso-target>
{
/* ------------------------------------------- JS --------------------------------------------- */
}
<script>
class MasoTarget extends HTMLElement {}
customElements.define("maso-target", MasoTarget);
</script>