Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.1k
HTML Element Component
Travis Tidwell edited this page Jul 5, 2017
·
3 revisions
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
| 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 |