Open steren opened 1 year ago
web.dev:
<script type="module">
import * as rtx from '../rtx-on.js';
window.onload = function () {
rtx.on({
background: document.querySelector(".homepage"),
raised: [...document.querySelectorAll(".card"), ...document.querySelectorAll("header")],
});
rtx.button();
}
</script>