Playground
tutorialinput.loomEditable
output.tsxreact
export function PlaygroundComponent({ title = "Loom" }) {
return <section className="card"><h1>{title}</h1><p>One source feeds every target.</p></section>
}export function PlaygroundComponent({ title = "Loom" }) {
return <section className="card"><h1>{title}</h1><p>One source feeds every target.</p></section>
}