You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><imgheight="16"src="./public/icons/js-svgrepo-com.png"alt="JS Icon"> <em>see examples of <ahref="./tests/vanilla/">usage with Vanilla JS </a></em>
112
+
</li>
113
+
<li><imgheight="16"src="./public/icons/jquery-svgrepo-com.png"alt="jQuery Icon"> <em>or <ahref="./tests/jquery/index.jquery.js">running with jQuery </a></em>
114
+
</li>
115
+
</ul>
116
+
117
+
---
118
+
92
119
### As a JS module
93
120
94
121
If you're building a bleeding-edge JS application (maybe Vue or React), you might
@@ -103,6 +130,15 @@ var mySlider = new RangeSlider({
103
130
});
104
131
```
105
132
133
+
<ul>
134
+
<li><imgheight="16"src="./public/icons/js-svgrepo-com.png"alt="JS Icon"> <em>see examples of <ahref="./tests/vanilla/esm.html">usage with ES modules </a></em>
135
+
</li>
136
+
<li><imgheight="16"src="./public/icons/vuejs-svgrepo-com.png"alt="Vue Icon"> <em>or <ahref="./tests/vuejs/src/App.vue">usage with VueJS </a></em>
137
+
</li>
138
+
<li><imgheight="16"src="./public/icons/react-svgrepo-com.png"alt="React Icon"> <em>or <ahref="./tests/reactjs/src/App.js">importing with ReactJS </a></em>
0 commit comments