Add classNameAtMax and stylesAtMax
Since we have className and styles for non-maximized view, it should be nice to have also such ones for maximized view.
I love the way material ui is doing this with the classes object:
https://material-ui.com/customization/components/
I think best would be something like
<Carousel
classnames={{
thumbnail: classNameOfThumbnail,
activeThumbnail: classNameOfActiveThumbnail,
maximizedCarousel: classNameOfMaximizedCarousel,
image: classNameOfImage,
imageContainer: classNameOfImageContainer,
...etc
}}
>
Hi @a-tonchev ! Thank you for bringing this issue up! 😄
The way you suggested should work great! I will add this probably in v0.3.0.
Hi. Do you gonna release v0.3.0?
I am a bit busy at the moment. I will work on it this month or the next.
@yifaneye Do you need any help for realization?)
@Ruslan27032000 Thanks for asking. It will be awesome if you can make a pull request.
@yifaneye I tried to make the right styles but I think you can do it better
@Ruslan27032000 Thanks! Please make a pull request, so I can try to enhance it.
Hi @Ruslan27032000 !
Could you please create a pull request to merge into the master branch?