Skeleton
A placeholder layout component to indicate a content loading state.
$ import { Skeleton, SkeletonContainer } from 'geist-ui-svelte';
Basic
Use the Skeleton container component to contain your skeleton content. When
`loading`
is false the container will hide.
With promise
Use a promise to show / hide skeleton content.
A
Aidan Trash dev