Search Docs
To turn a code block into a live demo, add live after the language meta string.
live
This code block:
```jsx live export const App = () => { return <div>Hello World</div>; }; ```
Turns into this live demo: