https://github.com/Splidejs/react-splide
The React component for the Splide slider/carousel.
https://github.com/Splidejs/react-splide
carousel carousel-component react react-component slider
Last synced: 11 months ago
JSON representation
The React component for the Splide slider/carousel.
- Host: GitHub
- URL: https://github.com/Splidejs/react-splide
- Owner: Splidejs
- License: mit
- Created: 2020-05-30T19:51:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T03:46:13.000Z (over 2 years ago)
- Last Synced: 2025-03-10T15:49:01.886Z (11 months ago)
- Topics: carousel, carousel-component, react, react-component, slider
- Language: TypeScript
- Homepage: https://splidejs.com/
- Size: 1.73 MB
- Stars: 251
- Watchers: 2
- Forks: 62
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
React Splide
React Splide is the React component for the
Splide slider/carousel.
Getting Started
Demo
Discussions
## Quick Start
Get the latest version from NPM:
```
$ npm install @splidejs/react-splide
```
Import CSS and components:
```jsx
import { Splide, SplideSlide } from '@splidejs/react-splide';
import '@splidejs/react-splide/css';
export function Slider() {
return (
);
}
```
Visit [here](https://splidejs.com/integration/react-splide/) for more details.
## Support Splide
Please support the project if you like it!
- [GitHub Sponsors](https://github.com/sponsors/NaotoshiFujita)
## License
React Splide and Splide are released under the MIT license.
© 2021 Naotoshi Fujita