react-alice-carousel
react-alice-carousel copied to clipboard
React responsive component for building content galleries, content rotators and any React carousels
I searched the doc but just could find `rtl `for `autoPlayDirection`. is it possible to set the whole slider to be rtl?
Hey guys, I got a slider with this responsive configuration and enabled keyboard navigation: ```js const responsive = { 0: {items: 1}, 576: {items: 2}, 992: {items: 3}, }; ```...
When bundling `react-alice-carousel` using rollup, the following warning is shown: ``` Circular dependency: node_modules/vanilla-swipe/lib/utils/index.js -> node_modules/vanilla-swipe/lib/utils/calculateDirectionDelta.js -> node_modules/vanilla-swipe/lib/utils/index.js Circular dependency: node_modules/vanilla-swipe/lib/utils/index.js -> node_modules/vanilla-swipe/lib/utils/calculateDirectionDelta.js -> /Users/zernie/WebstormProjects/prototype-ugc-gallery/extensions/shoppable-src/node_modules/vanilla-swipe/lib/utils/index.js?commonjs-proxy -> node_modules/vanilla-swipe/lib/utils/index.js Circular dependency: node_modules/vanilla-swipe/lib/utils/index.js...
Browser: Chrome Version 121.0.6167.160 OS: Macos Sonoma 14.2.1 ## Summary Hello, I came across [this discussion](https://github.com/maxmarinich/react-alice-carousel/issues/144) regarding my issue. I attempted to implement the [suggested solution](https://github.com/maxmarinich/react-alice-carousel/issues/144#issuecomment-727758831). Unfortunately, it does not...
It'd be a great add on to allow touchpad scrolling in addition to the touch and drag scrolling.
Thanks for the great component! When I change `activeIndex` prop, the carousel is not updating accordingly. This is my example usage: ```.jsx import { useEffect, useState } from 'react' import...
function(e, t, n) { "use strict"; Object.defineProperty(t, "__esModule", { value: !0 }), t.DotsNavigation = void 0; var a = o(n(4)) , i = o(n(2)) , r = function(e) { if...
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...