Checks
Version
0.2.9
Description
I'm currently testing SplideJS for Svelte (SvelteKit) and I am missing the event 'ready', which is available for the default splide but not for the svelte-splide.
Even though it says "You can listen to all Splide events through the Splide component." on the documentation.
Reproduction Link
No response
Steps to Reproduce
- Create a Splide Component inside Svelte
- Add "on:ready" to the component as "<Splide on:ready={ e => { console.log( e.detail.splide ) } }>"
- Open the console, as you see, you see nothing
Expected Behaviour
To log the splide when slider is ready
Checks
Version
0.2.9
Description
I'm currently testing SplideJS for Svelte (SvelteKit) and I am missing the event 'ready', which is available for the default splide but not for the svelte-splide.
Even though it says "You can listen to all Splide events through the Splide component." on the documentation.
Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
To log the splide when slider is ready