Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Simple lit-html starter in JSBin">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script type="module">
    import {html, render} from 'https://unpkg.com/lit-html?module';
    // Define a template function
    const myTemplate = (name) => html`<p>Hello ${name}</p>`;
    // Render the template with some data
    render(myTemplate('lit-html'), document.body);
  </script>
</head>
<body></body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
arthurevanspro
0viewers