-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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
}}
>
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request