I have tried to create a proxy component of the adobe core component - Carousel-v1 (https://aemcomponents.dev/content/core-components-examples/library/container/carousel.html).
sling:resourceSuperType - core/wcm/components/carousel/v1/carousel
In the AEM Product catalog page of carousal , the buttons are icons :
In my proxy component , the icons are coming as buttons :
.
Which CSS should i call to make it like the catalog page ?
AEM 6.5.5.0 is the version.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
When using the Core WCM Carousel Component, the CSS for this component can be found here, https://github.com/adobe/aem-core-wcm-components/tree/master/content/src/content/jcr_root/apps/core/... simply refer to the client libraries from here :
core.wcm.components.carousel.v1.editor
core.wcm.components.carousel.editor.hook.v1
core.wcm.components.carousel.v1
AEM Component Library using custom css to change look and feel of indicator.
You need to write custom css to :
float indicator to right
hide label
add new icon using pseudo after selector
you can ask front end people in your team they would be able to help
Views
Replies
Total Likes
When using the Core WCM Carousel Component, the CSS for this component can be found here, https://github.com/adobe/aem-core-wcm-components/tree/master/content/src/content/jcr_root/apps/core/... simply refer to the client libraries from here :
core.wcm.components.carousel.v1.editor
core.wcm.components.carousel.editor.hook.v1
core.wcm.components.carousel.v1
Views
Replies
Total Likes
Try using this URL, http://localhost:4502/libs/granite/ui/content/dumplibs.test.html?categories=core.wcm.components.caro... what do you see?
This is what I see:
Visiting the .css file, here's what I see:
Views
Replies
Total Likes
Also, taking a more detailed looked at the carousel wcm component, it looks like the CSS for the carousel if very bare minimum. You are not expecting to see any NICE or Beautiful design. The CSS produced from the carousel wcm component looks like this, https://github.com/adobe/aem-core-wcm-components/blob/master/content/src/content/jcr_root/apps/core/... very bare minimum.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies