jonasgeiler/svelte-infinite-loading

Is there any way to remove no more data message?

Closed this issue · 2 comments

Hi, I'm currently using your work for shopping mall project.
And, I noticed that there is no given documents for customizing"no more data" message.
So I leaved an issue to ask you about some ways to customize those messages.

Thank you.

You can remove the message like this:

<InfiniteLoading>
  <span slot="noMore"></span>
</InfiniteLoading>

The same works for all the other slots (noResults, error, spinner)

In the future I will probably make it empty by default....

Thanks a lot! This really helps me ;)