release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+14 -14
View File
@@ -1,19 +1,19 @@
component FeatureIconCard {
props {
icon = "icon-[lucide--sparkles]"
iconSize = "md"
iconVariant = "soft"
title = "Feature"
description = ""
href = ""
actionLabel = "Explore"
badge = ""
size = "default"
color = "primary"
variant = "default"
align = "left"
hover = "lift"
class = ""
icon: string = "icon-[lucide--sparkles]"
iconSize: string = "md"
iconVariant: string = "soft"
title: string = "Feature"
description: string = ""
href: string = ""
actionLabel: string = "Explore"
badge: string = ""
size: string = "default"
color: string = "primary"
variant: string = "default"
align: string = "left"
hover: string = "lift"
class: string = ""
}
view {