@pattern-lab/starterkit-handlebars-vanilla
Version:
Pattern Lab Vanilla StarterKit for Handlebars.
34 lines (33 loc) • 657 B
JSON
{
"tableHeaderCells" : [
{
"th" : "Table Heading 1"
},
{
"th" : "Table Heading 2"
}
],
"tableRows" : [
{
"tableCells" : [
{
"td" : "Value"
},
{
"td" : "Value"
}
]
},
{
"tableCells" : [
{
"td" : "Value"
},
{
"td" : "Value"
}
]
}
],
"tableFooterCells" : false
}