FeedbackSkeletonA placeholder shape that mimics real content while it is still loading.Installimport { Skeleton } from 'vael-ui'PlaygroundVue DOMVaporvarianttextanimatedimport { Skeleton } from 'vael-ui' <Skeleton variant="text" animated>Skeleton</Skeleton>PropsNameTypeDefaultDescriptionvariant"text" | "rect" | "circle""text"`text` (default): 1em-tall rounded line. `circle`: round, aspect-ratio 1. `rect`: `--ui-radius` corners, sized by content or `ui.root`.animatedboolean | undefinedtrueuiPartial<{ root: UiPartValue; }> | undefinedSlotsNameTypeDescriptiondefault{}EventsNo events.ExposedNameTypeDescriptionelHTMLElement | null