@splidejs/svelte-splide
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

Svelte Splide

Svelte Splide is the Svelte component for the Splide slider/carousel.

Getting Started
Demo
Discussions

Quick Start

Get the latest version from NPM:

$ npm install @splidejs/svelte-splide

Import CSS and components:

<script>
import { Splide, SplideSlide } from '@splidejs/svelte-splide';
import '@splidejs/svelte-splide/css';
</script>

<Splide options={ { rewind: true } } aria-label="Svelte Splide Example">
  <SplideSlide>
    <img src="image1.jpg" alt="Image 1"/>
  </SplideSlide>
  <SplideSlide>
    <img src="image2.jpg" alt="Image 2"/>
  </SplideSlide>
</Splide>

Visit this page for more details.

Support Splide

Please support the project if you like it!

License

Svelte Splide and Splide are released under the MIT license. © 2021 Naotoshi Fujita

Dependents (5)

Package Sidebar

Install

npm i @splidejs/svelte-splide

Weekly Downloads

3,043

Version

0.2.9

License

MIT

Unpacked Size

53 kB

Total Files

50

Last publish

Collaborators

  • splidejs