vue-infinite-loading
vue-infinite-loading copied to clipboard
Skeleton Loader
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!
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.