vue-infinite-loading icon indicating copy to clipboard operation
vue-infinite-loading copied to clipboard

Skeleton Loader

Open Gyurmatag opened this issue 5 years ago • 1 comments

Hi,

I would love to see an optional skeleton loader (like on Facebook) next to the spinners. For example this is what I meant: (https://vuetifyjs.com/en/components/skeleton-loaders/)

Is there any change we are getting this feature?

Thank you!

Gyurmatag avatar May 27 '20 20:05 Gyurmatag

Hello, you can use <template v-slot:spinner> here your skeleton markup </template> ( https://github.com/PeachScript/vue-infinite-loading/blob/master/docs/guide/configure-load-msg.md#via-v-slot-directive ). And just hide it after first loading in order to return default spinner for all next loadings.

gavrashenko avatar Jul 17 '20 09:07 gavrashenko