You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I need to change the slide container from "div" to "ul" and the slides from "div" to "li" for accessibility problem, I saw that there is a prop called "slide" from the documentation with this description "Slide container type": it's a string and the default value is "div".
Hey,
I need to change the slide container from "div" to "ul" and the slides from "div" to "li" for accessibility problem, I saw that there is a prop called "slide" from the documentation with this description "Slide container type": it's a string and the default value is "div".
But I cannot get it to work, here's a sandbox:
https://codesandbox.io/p/sandbox/react-slick-playground-forked-fz5ljj?file=%2Findex.js%3A12%2C17
am I missing something?
thx
The text was updated successfully, but these errors were encountered: