akiran / akiran/react-slick

RTL is not working properly.

Aperta
#2,214 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
11.9k
Fork
2.1k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

When changing to "rtl: true" puts slides out of place like below.

![image](https://user-images.githubusercontent.com/45784156/216296199-69dbee09-4bc7-4b95-8870-3244efa81710.png)

My settings:
```
const settings = {
dots: false,
arrows: true,
infinite: false,
speed: 500,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1023,
settings: {
slidesToShow: 2,
},
},
{
breakpoint: 767,
settings: {
slidesToShow: 1,
},
},
],
nextArrow: ,
prevArrow: ,
};
```

You can reproduce here: [CodeSandBox](https://codesandbox.io/s/react-slick-rtl-issue-03ch25)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.