We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
You can decide the size of your objects:
For exampe:
<Carousel cols={1} rows={1} gap={10} loop> { yourItems .map(( item, index ) => ( <Carousel.Item key={ index }> <div className="your-styles"> </div> </Carousel.Item> } </Carousel>
where yourItems is your list of items to show in the carousel and in your-styles you can put the width, the height and the properties that you want.
yourItems
your-styles
P.D.: The library has some bugs in responsive views, and it doesn't have updates, I really want that the library is updated and would have support.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: