I want to use slick carousel for my component and need to have select pannel functionality which ootb core carousel component offers along with the same. Can we achieve this and if yes how can this be accomplished?
Solved! Go to Solution.
Views
Replies
Total Likes
you don't have to create the new component, just extend the missing part from core component.
If you want custom panel functionality, you can check https://aemlab.blogspot.com/2022/09/aemaacs-core-components-children-editor.html
what is slick carousel? can't you just extend carousel component to achieve that?
Please refer this link below for the slick carousel concept.
https://www.jqueryscript.net/slider/Fully-Responsive-Flexible-jQuery-Carousel-Plugin-slick.html
So if planning to not go for core carousel and go with slick for the convenience it offers, can we incorporate this select pannel functionality. Also if created a custom carousel component in aem can select pannel functionality be offered?
you don't have to create the new component, just extend the missing part from core component.