release: WRNexusJS 0.2.77

This commit is contained in:
2026-07-22 01:26:10 +05:30
parent 569365143b
commit 7ff5b3e8c5
95 changed files with 1077 additions and 177 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
component Cluster {
props {
gap = "4"
className = ""
class = ""
}
view {
<div class="flex flex-wrap items-center gap-{gap} {className}"><slot /></div>
<div class="flex flex-wrap items-center gap-3 {class}">
<slot />
</div>
}
}