- superscript"
]
}
},
"tags": ["div", "container"]
},
"container": {
"name": "Container",
"description": "An element that contains and lays out other elements. e.g. , etc",
"props" : {
"className":"string",
"onLoad": "event",
"type": {
"type": "options",
"options": [
"article",
"aside",
"details",
"div",
"firgure",
"figcaption",
"footer",
"header",
"main",
"mark",
"nav",
"paragraph",
"summary"
],
"default": "div"
}
},
"container": true,
"tags": ["div", "container", "layout"]
},
"heading": {
"name": "Heading",
"description": "An HTML H1 - H6 tag",
"props" : {
"className":"string",
"type": {
"type": "options",
"default": "h1",
"options": ["h1","h2","h3","h4","h5","h6"]
}
},
"tags": []
}
}