Typeform/embed

View on GitHub
packages/demo-html/public/widget-html.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Static HTML Demo</title>
    <style>
      #wrapper {
        width: 600px;
        height: 400px;
        margin: 0 auto;
      }
    </style>
  </head>
  <body>
    <div
      id="wrapper"
      data-tf-widget="jAJ5qj"
      data-tf-medium="demo-test"
      data-tf-transitive-search-params="foo,bar"
      data-tf-hidden="foo=foo value,bar=bar value"
      data-tf-opacity="50"
    ></div>
    <script src="./lib/embed-next.js"></script>
  </body>
</html>