Emiliano-Bucci / react-spring-carousel-js

A new Carousel experience for the modern Web
https://react-spring-carousel-js.emilianobucci.com
80 stars 6 forks source link

'CarouselItem' is not defined #5

Closed amenks closed 3 years ago

amenks commented 3 years ago

Hi,

Following the examples from the documentation page I am having errors in components that are not being imported like CarouselItem, PlaygroundWrapper, ThumbItem and ThumbsWrapper.

Emiliano-Bucci commented 3 years ago

@amenks Hi! Those components are not part of the library; the ones I use in the documentation page are only there for demo purposes, but is up to the developer to implement it's own components :)

amenks commented 3 years ago

Thank you!