The React component for Splide using @gwroger/splidejs
npm install @gwroger/react-splide
added wheelLtR option for horizontal detection
Get the latest version from NPM:
```
$ npm install @gwroger/react-splide
Import CSS and components:
`jsx
import { Splide, SplideSlide } from "@gwroger/react-splide";
import "@gwroger/react-splide/css";
export function Slider() {
return (
aria-label="Example"
>


);
}
``