Skeletons
Skeletons provide a visual placeholder while content is loading, reducing perceived wait time.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
API Reference: MgSkeleton
| Property | Type | Default | Description |
|---|---|---|---|
| Shape | MgSkeletonShape | Rectangle | The visual shape of the skeleton placeholder. |
| Classes | string | null | Use to set dimensions (e.g., "w-32 h-32"). |