example-button-666 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/demo.html ADDED
@@ -0,0 +1,10 @@
1
+ <meta charset="utf-8">
2
+ <title>example-button demo</title>
3
+ <script src="./example-button.umd.js"></script>
4
+
5
+ <link rel="stylesheet" href="./example-button.css">
6
+
7
+
8
+ <script>
9
+ console.log(example-button)
10
+ </script>