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 | Type | Default |
---|---|---|---|
Animation |
Gets or sets the animation style applied to the skeleton. Possible values: |
SkeletonAnimation | SkeletonAnimation.Default |
ChildContent |
Gets or sets the child content to be rendered inside the skeleton component. |
RenderFragment | null |
SkeletonItem
Parameter | Description | Type | Default |
---|---|---|---|
ChildContent |
Gets or sets the child content to be rendered inside the skeleton item component. |
RenderFragment | null |
ColumnSize |
Gets or sets the column size configuration for the skeleton item. |
IFluentColumn | null |
SkeletonTable
Parameter | Description | Type | Default |
---|---|---|---|
Animation |
Defined the animation style applied to the skeleton. Possible values: |
SkeletonAnimation | SkeletonAnimation.Default |
ChildContent |
Specifies the content to be rendered inside this Skeleton. |
RenderFragment | null |
Columns |
Specifies the number of columns to be rendered. Default is 5. |
int | 5 |
Rows |
Specifies the number of rows to be rendered. Default is 3. |
int | 3 |