Skip to content

Missing event 'ready' #10

Open
Open
@scarlachs

Description

@scarlachs

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

  1. Create a Splide Component inside Svelte
  2. Add "on:ready" to the component as "<Splide on:ready={ e => { console.log( e.detail.splide ) } }>"
  3. Open the console, as you see, you see nothing

Expected Behaviour

To log the splide when slider is ready

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions