An open API service indexing awesome lists of open source software.

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.

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 (


Image 1


Image 2


);
}
```

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