release: WRNexusJS 0.6.0
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
component PageHeader {
|
||||
props {
|
||||
eyebrow = ""
|
||||
title = ""
|
||||
description = ""
|
||||
icon = ""
|
||||
id = "page-title"
|
||||
align = "left"
|
||||
centered = false
|
||||
compact = false
|
||||
size = "default"
|
||||
maxWidth = "xl"
|
||||
showBreadcrumbs = false
|
||||
breadcrumbs = []
|
||||
breadcrumbParent = ""
|
||||
breadcrumbParentHref = ""
|
||||
breadcrumbCurrent = ""
|
||||
primaryLabel = ""
|
||||
primaryHref = ""
|
||||
primaryIcon = ""
|
||||
secondaryLabel = ""
|
||||
secondaryHref = ""
|
||||
secondaryIcon = ""
|
||||
color = "primary"
|
||||
variant = "default"
|
||||
borderBottom = true
|
||||
class = ""
|
||||
eyebrow: string = ""
|
||||
title: string = ""
|
||||
description: string = ""
|
||||
icon: string = ""
|
||||
id: string = "page-title"
|
||||
align: string = "left"
|
||||
centered: boolean = false
|
||||
compact: boolean = false
|
||||
size: string = "default"
|
||||
maxWidth: string = "xl"
|
||||
showBreadcrumbs: boolean = false
|
||||
breadcrumbs: unknown[] = []
|
||||
breadcrumbParent: string = ""
|
||||
breadcrumbParentHref: string = ""
|
||||
breadcrumbCurrent: string = ""
|
||||
primaryLabel: string = ""
|
||||
primaryHref: string = ""
|
||||
primaryIcon: string = ""
|
||||
secondaryLabel: string = ""
|
||||
secondaryHref: string = ""
|
||||
secondaryIcon: string = ""
|
||||
color: string = "primary"
|
||||
variant: string = "default"
|
||||
borderBottom: boolean = true
|
||||
class: string = ""
|
||||
}
|
||||
|
||||
view {
|
||||
|
||||
Reference in New Issue
Block a user