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
`unslick` | method | same functionality can be achieved with `unslick` prop
95
-
`slickSetOption` | method | same functionality can be achieved via props and managing state for them in wrapper
96
-
`slickFilter` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
97
-
`slickUnfilter` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
98
-
`slickAdd` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
99
-
`slickRemove` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
100
-
`slickCurrentSlide`| method | same functionality can be achieved with `beforeChange hook`
101
-
`slickGetOption` | method | manage wrapper state for desired options
102
-
`getSlick` | method | a simple ref will do
82
+
83
+
For all available methods, go [here](https://react-slick.neostack.com/docs/api#methods)
`unslick` | method | same functionality can be achieved with `unslick` prop
18
+
`slickSetOption` | method | same functionality can be achieved via props and managing state for them in wrapper
19
+
`slickFilter` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
20
+
`slickUnfilter` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
21
+
`slickAdd` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
22
+
`slickRemove` | method | same functionality can be achieved as with dynamic slides, look at dynamic slides [example](https://github.com/akiran/react-slick/blob/master/examples/DynamicSlides.js)
23
+
`slickCurrentSlide`| method | same functionality can be achieved with `beforeChange hook`
24
+
`slickGetOption` | method | manage wrapper state for desired options
0 commit comments