-
Notifications
You must be signed in to change notification settings - Fork 45
[WIP] Carousal component #2
New issue
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
Conversation
@monty2610 any progress here? |
Hi @vinodloha I have already updated the test cases. Please review. |
return null; | ||
} | ||
return ( | ||
<section className={className}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think section would be right wrapper tag for it.
)} | ||
</div> | ||
{showDots && ( | ||
<Dots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can someone configure images, instead of dots as indicators? There should be a way to do that, The dots could be default behaviour
sectionFn: () => ( | ||
<div style={{ width: '480px', margin: '0 auto' }}> | ||
<Carousal {...defaultConfig}> | ||
<Image src="https://via.placeholder.com/480.png/FF0000/fff" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is responsive behaviour is going to work? For example: Single slide on mobile and multiple slide to be combined of needed on large viewport.
…components into feature/carousal
back merging the develop branch
No description provided.