CreateElement
Render html based on information from an array of objects.
# CreateElement API
Name | Required | Type | Default Value |
---|---|---|---|
items | true | any[] | |
array with objects {tag, children, ...props} | |||
components | object | ||
component tag as string |
Render html based on information from an array of objects.
Name | Required | Type | Default Value |
---|---|---|---|
items | true | any[] | |
array with objects {tag, children, ...props} | |||
components | object | ||
component tag as string |