Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splidejs/svelte-splide
Svelte component for the Splide slider/carousel.
https://github.com/splidejs/svelte-splide
carousel slider splide svelte svelte-component
Last synced: 1 day ago
JSON representation
Svelte component for the Splide slider/carousel.
- Host: GitHub
- URL: https://github.com/splidejs/svelte-splide
- Owner: Splidejs
- License: mit
- Created: 2021-10-22T00:55:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T21:20:24.000Z (10 months ago)
- Last Synced: 2024-11-09T04:37:03.681Z (5 days ago)
- Topics: carousel, slider, splide, svelte, svelte-component
- Language: TypeScript
- Homepage: https://splidejs.com/
- Size: 1.04 MB
- Stars: 82
- Watchers: 2
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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:
```svelte
import { Splide, SplideSlide } from '@splidejs/svelte-splide';
import '@splidejs/svelte-splide/css';
```
Visit [this page](https://splidejs.com/integration/svelte-splide) for more details.
## Support Splide
Please support the project if you like it!
- [GitHub Sponsors](https://github.com/sponsors/NaotoshiFujita)## License
Svelte Splide and Splide are released under the MIT license.
© 2021 Naotoshi Fujita