Skip to content

val-town/val-town-playground

Repository files navigation

Val Town Playground

Embed a val.town playground in your website.

bce075c7644468c59f0a5fc85e03517992948a417dbd2eb8739fe44b7e50ce73

Usage

<!doctype html>
<html>
  <head>
    <title>vt-playground</title>
    <script type="module" src="https://raw.esm.sh/vt-playground@latest/dist/vt-playground.js"></script>
  </head>
  <body>
    <vt-playground id="playground" code="console.log('hello world')"></vt-playground>
  </body>
</html>

See @pomdtr/vt_playground_demo on val.town for a live demo.

API

Attributes

  • code: The code to be executed in the playground. The value of this attribute will be updated when the code changes in the playground.
  • val: A val to load in the playground.

Events

  • code-change: Fired when the code changes. The event detail contains the new code.

Development Commands

npm run dev # Start the development server
npm run build # Build the web component
npm run format # apply prettier to the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published