release: WRNexusJS 0.6.0
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
component SectionHeader {
|
||||
props {
|
||||
id = ""
|
||||
eyebrow = ""
|
||||
title = ""
|
||||
description = ""
|
||||
align = "left"
|
||||
size = "default"
|
||||
color = "primary"
|
||||
headingLevel = 2
|
||||
maxWidth = "3xl"
|
||||
class = ""
|
||||
id: string = ""
|
||||
eyebrow: string = ""
|
||||
title: string = ""
|
||||
description: string = ""
|
||||
align: string = "left"
|
||||
size: string = "default"
|
||||
color: string = "primary"
|
||||
headingLevel: number = 2
|
||||
maxWidth: string = "3xl"
|
||||
class: string = ""
|
||||
}
|
||||
|
||||
view {
|
||||
|
||||
Reference in New Issue
Block a user