Replies: 2 comments 9 replies
-
Hi, Can you make your question more clear? You have a HTML element with some content that you want to make to work as Carousel? Then why don't you simply import Carousel like this: import { Carousel } from "YOUR_PATH_TO/carousel.esm.js"; and then const instance = new Carousel (YOUR_HTML_ELEMENT, YOUR_OPTIONS); Anyway, please, create some code when asking questions, use any Playground you prefer, for example, https://codesandbox.io/ |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://fancyapps.com/docs/ui/carousel/react
Hello there. I have a list of ul/li tags. Can I help you return this list as carousel?
Beta Was this translation helpful? Give feedback.
All reactions