Skip to main content

fdk-sandbox

Description

The fdk-sandbox component renders the HTML content passed via the content prop.

Prop

KeyTypeDescription
ContentarrayIt is used to pass an array containing HTML content.

Example

 <fdk-sandbox :*content*="content"></fdk-sandbox>
content:[
{
"type": "html",
"value": "<h1>Hello</h1>"
}
]

Was this section helpful?