Splidejs / splide

Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.
https://splidejs.com
MIT License
4.89k stars 424 forks source link

Added union type: SliderType to options.type #1163

Open Eptagone opened 1 year ago

Eptagone commented 1 year ago

Description

The Options.type field is of type string, so the user can set any string value, but the docs only mention three options: slide, loop, and fade. This PR adds a union type to allow only those options.