How does Shopify's slider component work in featured collections?

Does anyone know of documentation for how Shopify’s own ‘slider_component’ works?

As in, the one that is used in featured collections, multi-column etc in Shopify developed themes like Dawn and Colorblock.

I can’t seem to find any documentation about it and before I start to build something with swiper.js I’d like to be able to do it based on Shopify’s own framework first.

1 Like

Hi @jake_mitchell

I do not think there is a documentation regarding the slider component. You can however find the code in the global.js under the Asset folder. Shopify 2.0 Free themes uses custom element. You can look for the code customElements.define(“slider-component”, SliderComponent);