blob: 8b4f4a38f833fb8ca1b418c1d6c2ddfac54cf0db [file] [log] [blame]
<!doctype html>
<title>chops-loading demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script type="module" src="/elements/chops-loading.js"></script>
<style>
body {
margin: 0;
padding: 0;
}
</style>
<chops-loading loading></chops-loading>