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

Property Description Value Required Default
tag The HTML Tag to use for this element Any HTML tag true p
attrs An array of key-value pairs of attributes and their values to assign to this html element Any HTML attribute false []
className The class name to provide to the HTML Element Any HTML class name false
content The HTML content to place within this element. Any valid HTML false
Clone this wiki locally