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
+28 -28
View File
@@ -1,36 +1,36 @@
component FeatureCard {
props {
icon = ""
iconStyle = "soft"
iconSize = "default"
eyebrow = ""
title = "Feature"
description = ""
icon: string = ""
iconStyle: string = "soft"
iconSize: string = "default"
eyebrow: string = ""
title: string = "Feature"
description: string = ""
image = ""
imageAlt = ""
imagePosition = "top"
imageAspect = "wide"
imageLoading = "lazy"
image: string = ""
imageAlt: string = ""
imagePosition: string = "top"
imageAspect: string = "wide"
imageLoading: string = "lazy"
href = ""
target = ""
rel = ""
external = false
actionLabel = "Learn more"
actionIcon = ""
showArrow = true
stretchedLink = true
href: string = ""
target: string = ""
rel: string = ""
external: boolean = false
actionLabel: string = "Learn more"
actionIcon: string = ""
showArrow: boolean = true
stretchedLink: boolean = true
badge = ""
badgeColor = "primary"
size = "default"
color = "primary"
variant = "default"
hover = "lift"
align = "left"
disabled = false
class = ""
badge: string = ""
badgeColor: string = "primary"
size: string = "default"
color: string = "primary"
variant: string = "default"
hover: string = "lift"
align: string = "left"
disabled: boolean = false
class: string = ""
}
view {