Replies: 1 comment 1 reply
-
There is no built-in trait for that so you would need to create a custom one |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi
i create a plugin for slick slider
how to i can add a trait for responsive option that has multiple items thet has sub traits like filter in style manager
responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } }
thanks
Beta Was this translation helpful? Give feedback.
All reactions