Homepage Slider Styles #10
-
I want this exact slider style. Are they available for me to look at? 🙏🏼 |
Beta Was this translation helpful? Give feedback.
Answered by
Emiliano-Bucci
May 9, 2022
Replies: 1 comment 8 replies
-
@PudparK Hi! Yes sure, you could look into the documentation website project :) • Here’s the implementation of the Carousel itself -> https://github.com/Emiliano-Bucci/react-spring-carousel-docs/blob/main/pages/index.tsx Let me know if you need further help! |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
PudparK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PudparK Hi! Yes sure, you could look into the documentation website project :)
• Here’s the implementation of the Carousel itself -> https://github.com/Emiliano-Bucci/react-spring-carousel-docs/blob/main/pages/index.tsx
• And here’s the file of the Carousel items -> https://github.com/Emiliano-Bucci/react-spring-carousel-docs/blob/main/src/templates/home/CarouselItem/CarouselItem.tsx
Let me know if you need further help!