
Splide - The lightweight, flexible and accessible slider/carousel
Splide is a flexible, lightweight and accessible slider written in TypeScript. It helps you to create various kinds of sliders by just changing options, such as multiple slides, thumbnails, nested …
Documents - Splide
Splide is a lightweight, flexible and accessible slider/carousel, written in TypeScript. No dependencies, no Lighthouse errors
Getting Started - Splide
Each Splide instance can create only one carousel. Even if you pass a class name to the constructor, Splide applies the carousel to only the first matched element.
Splide - アクセシビリティに配慮した軽量・高機能スライダー
About Splide Splideは柔軟性に富み、軽量かつアクセシビリティに優れたスライダーライブラリです。 オプションを変更するだけで、複数枚表示、サムネイル表示、縦方向に移動するス …
Options - Splide
Splide has 2 different kinds of options — readonly options and responsive options. You can update responsive options by breakpoints or by passing an object to Splide#options, whereas …
Tutorials - Splide
Splide is a lightweight, flexible and accessible slider/carousel, written in TypeScript. No dependencies, no Lighthouse errors
Structure - Splide
I guess you may be thinking "ewww section?😑" ...okay, if you use <div> instead of <section>, Splide will assign role="region" to make it a landmark, which leads the same result.
About Version 4 - Splide
The purpose of using <div class="splide__slider"> was to wrap a track with a relative element. In the new version, it's no longer necessary since I've relaxed restriction of the HTML structure.
Image Carousel - Splide
With this option, Splide calculates height of slides by multiplying the ratio to their width. For example, if the width is 1000px, the height will be computed to 500px (1000 * 0.5).
Options - Splide
Splide has 2 different kinds of options - readonly options and responsive options. You can update responsive options by breakpoints or by passing an object to Splide#options, whereas you …