maxmarinich / react-alice-carousel

React responsive component for building content galleries, content rotators and any React carousels
MIT License
842 stars 92 forks source link

Rendering dynamic component #231

Closed yusuf-umarr closed 2 years ago

yusuf-umarr commented 2 years ago

awesome project. Please is it possible to render a dynamic context. for example i have this sample code " productData.map((product) => { return ; }) " the ProductDetail is a component i want to render multiple times

yusuf-umarr commented 2 years ago

i have tweak the code. it works fine now. thanks