release: WRNexusJS 0.6.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user