Skip to content

HTML Element Component

Travis Tidwell edited this page Jul 5, 2017 · 3 revisions

JSON Schema

The JSON Schema definition for this component is defined as follows.

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

PropertyDescriptionValueRequiredDefault
tagThe HTML Tag to use for this elementAny HTML tagtruep
attrsAn array of key-value pairs of attributes and their values to assign to this html elementAny HTML attributefalse[]
classNameThe class name to provide to the HTML ElementAny HTML class namefalse
contentThe HTML content to place within this element.Any valid HTMLfalse

Clone this wiki locally