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