Create Scripts from Docs

Helpful Snippets in Docs

The Docs tab contains many helpful snippets to help you start your scripts. You can click on the links above the snippets to create the script just like the one below:

let value = await arg("Hello world!")
await div(`${value} 🌎`, `p-5 text-5xl flex justify-center items-center`)
Discuss Post