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
I tried to use as recommended but I had this error :
TS2351: This expression is not constructable.
Type 'typeof Glider' has no construct signatures.
87 | import * as Glider from 'glider-js';
88 |
> 89 | new Glider(document.querySelector('.glider'));
Hello
I want to use Glider.js in my Qwik application, but I can't find documentation on how to import it in my project. How should I import JS and CSS?
All of your documentation includes the old style
<script />
and<link />
tags at the head.Can you also include some examples for this purpose?
Thanks
The text was updated successfully, but these errors were encountered: