Blazorise Skeleton: API Reference

Explore the API reference for the Blazorise Skeleton component, detailing available attributes and methods.

The Skeleton component in Blazorise is a loading placeholder that can be used to indicate that something is still loading or that the content is not yet available.

API

Parameters

Skeleton

Parameter Description TypeDefault
Animation

Gets or sets the animation style applied to the skeleton.

Possible values:Default, Wave, Pulse

SkeletonAnimationSkeletonAnimation.Default
ChildContent

Gets or sets the child content to be rendered inside the skeleton component.

RenderFragmentnull

SkeletonItem

Parameter Description TypeDefault
ChildContent

Gets or sets the child content to be rendered inside the skeleton item component.

RenderFragmentnull
ColumnSize

Gets or sets the column size configuration for the skeleton item.

IFluentColumnnull

SkeletonTable

Parameter Description TypeDefault
Animation

Defined the animation style applied to the skeleton.

Possible values:Default, Wave, Pulse

SkeletonAnimationSkeletonAnimation.Default
ChildContent

Specifies the content to be rendered inside this Skeleton.

RenderFragmentnull
Columns

Specifies the number of columns to be rendered. Default is 5.

int5
Rows

Specifies the number of rows to be rendered. Default is 3.

int3
On this page