fdk-sandbox
Deprecation Notice
Vue-based themes will soon be deprecated. Please switch to React-based themes, as all future updates and support will focus exclusively on React.
Description
The fdk-sandbox
component renders the HTML content passed via the content prop.
Prop
Key | Type | Description |
---|---|---|
Content | array | It is used to pass an array containing HTML content. |
Example
<fdk-sandbox :*content*="content"></fdk-sandbox>
content:[
{
"type": "html",
"value": "<h1>Hello</h1>"
}
]