add everything

This commit is contained in:
Koolant
2026-04-17 12:29:41 -04:00
commit 4c1cfe6847
437 changed files with 11939 additions and 0 deletions

9
js/components/Btn.js Normal file
View File

@@ -0,0 +1,9 @@
export default {
template: `
<button class="btn">
<span class="type-label-lg">
<slot></slot>
</span>
</button>
`,
};