Skip to main content

JSX Tag

Props

NameTypeDefaultDescription
tagJSX.Element-Accepts any JSX tag to render custom components or content.

Config example

{
type: 'jsx-tag'
data: {
tag: <h1>Tag</h1>
}
}