Skip to content

Gueleton

Hi there👋, Gueleton is a plugin that automatically generates skeleton placeholders from existing pages. It features complete automation and customizable styles.
<template>
<Skeleton v-if="loading">
<SkeletonAvatar />
<SkeletonTitle />
<SkeletonDescription />
</Skeleton>
<TwitterCard v-else v-for="card in cards" />
</template>
<template>
<Gueleton
data-key="tweet-cards"
:data="cards"
:loading="loading"
v-slot="{ data: cards }"
>
<TwitterCard v-for="card in cards" />
</Gueleton>
</template>

Quick View Examples

Gueleton Currently only supports Vue.

Install Gueleton

Gueleton Currently supports running as a plugin for the following build tools: