Components
Skeleton

Skeleton

Display a placeholder while content is loading.

Usage

Examples

You can use it as a standalone component or wrap it around other components.

<Skeleton>
  <div>contents wrapped</div>
  <div>won't be visible</div>
</Skeleton>

Skipping the animation

You can prevent the Skeleton from rendering using the isLoaded prop.

<Skeleton isLoaded>
  <span>https://tacos-ui.com</span>
</Skeleton>

Previous

Select