Documentation Index
Fetch the complete documentation index at: https://anvil.servicetitan.com/llms.txt
Use this file to discover all available pages before exploring further.
- Implementation
- Skeleton.Circle Props
- Skeleton.Pill Props
- Skeleton.Rectangle Props
- Skeleton.Text Props
Common Examples
AI Variant
Use theai 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.