Skip to main content

Common Examples

AI Variant

Use the ai prop on any Skeleton component to apply blue gradient colors, signaling that AI-generated content is loading.

With MobX

This example shows how to use Skeleton with MobX, which is what ST app uses for data store. Refer to How to use guide for the scope of Skeleton.

Best Practices

Do not use <Suspense> as it requires the fetch to be using use() hook.
Last modified on April 14, 2026