Skip to content

auto-skeleton-vueSkeletons that mirror your components

Auto-generated Vue 3 skeleton loaders derived from a component's real rendered layout — zero authoring, always in sync.

Try it

Toggle loading to watch the skeleton generate itself from the card's real layout:

vue
<AutoSkeleton :loading="isLoading">
  <UserCard :user="user" />
</AutoSkeleton>

See more examples — stat tiles, an article list, and a settings form — on the live demo page →.

Released under the MIT License.