Fallback Demo Card
Primary content that gets measured for skeleton rendering.
Use a custom placeholder while AutoSkeleton is in the measuring phase.
Fallback appears before blueprint resolves
Primary content that gets measured for skeleton rendering.
Pass fallback node to AutoSkeleton
<AutoSkeleton loading={loading} fallback={<Spinner />}>
<Card />
</AutoSkeleton>