Skip to main content

Display Mode: codeblock

show code
import { createPlayground } from 'livecodes';

const options = {
"config": {
"mode": "codeblock"
},
"template": "react"
};
createPlayground('#container', options);

Sponsors