Skip to main content

Display Mode: editor

show code
import { createPlayground } from 'livecodes';

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

Sponsors