Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@splidejs/svelte-splide

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splidejs/svelte-splide

Svelte component for the Splide slider/carousel.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.2K
decreased by-15.58%
Maintainers
1
Weekly downloads
 
Created
Source

Svelte Splide

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

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-slide';
import '@splidejs/splide/dist/css/themes/splide-default.min.css';
</script>

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

License

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

Keywords

FAQs

Package last updated on 23 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc