* Fix embed queue * Fix getCalApi namespace use * Fixes * Add more e2e * Fix test * Fix syntax error in generated code * Make getCalApi argument optional * Fix types * Add more namespacing tests --------- Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
17 lines
332 B
HTML
17 lines
332 B
HTML
<html>
|
|
<body>
|
|
<h1>Playground has following demos</h1>
|
|
<ul>
|
|
<li>
|
|
<a href="./inline.html">Inline</a>
|
|
</li>
|
|
<li>
|
|
<a href="./floating.html">Floating Button Popup</a>
|
|
</li>
|
|
<li>
|
|
<a href="./element-click.html">Element Click Popup</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|