New Component: React Bootstrap Carousel

Hello!
I have just implemented the Carousel component from React Bootstrap as a Streamlit component.
Hope this will be helpful to others!

Pypi
GitHub

4 Likes

Hi @ThomasBouamoud,

Thanks for sharing!

I recommend you build a demo Streamlit app and deploy it to Community Cloud and share it here so the community can see how it works.

Great job!

2 Likes

Great component @ThomasBouamoud! Thanks for sharing!

Charly

1 Like

Could you implement such an animation?
carousel-js

I could give it a go. Did you take that GIF from a JS-based solution? If so, can you please share a link to the corresponding framework?

1 Like

I found some JS based carousels(i like the first link):

  1. https://webartdevelopers.com/blog/carousel-4/
  2. https://webartdevelopers.com/blog/3d-carousel-slider-vanilla-js/

Or only with CSS:
3. CSS Carousel by Edmundo Santos on Dribbble

I want to put an image with a “hyperlink” which redirect to a streamlit page inside the project.

1 Like