vt-playground

0.1.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vt-playground

Weekly Downloads

18

Version

0.1.7

License

MIT

Unpacked Size

749 kB

Total Files

4

Last publish

Collaborators

  • pomdtr