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 created a component in my React project, called "FlickingCarousel.jsx" with this code from the Doc:
`
import Flicking from "@egjs/react-flicking";
import "@egjs/react-flicking/dist/flicking.css";
// Or, if you have to support IE9
import "@egjs/react-flicking/dist/flicking-inline.css";
Description
Hey and Thanks!
I try to use Flicking in my react project.
I attach the dependencies and I don't get the CSS of it.
I checked the links and turned to be that CDN link is not found (https://cdnjs.cloudflare.com/ajax/libs/egjs-flicking/4.x.x/flicking.pkgd.min.js).
The problem its me?
Thanks.
The text was updated successfully, but these errors were encountered: