glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.21k stars 768 forks source link

Length property for API #683

Open Ariel-iridescente opened 4 months ago

Ariel-iridescente commented 4 months ago

I think it would be useful to include a .length property that can be accessed through the API. I had to apply a certain callback to various instances and had to manually pass the number of slides for each function call- it should be simple to calculate the number of slides upon mounting the slider.