Skeleton


This documentation provides a comprehensive reference for the Skeleton component, guiding you through its configuration options.

Demos

Screenshot #

Blazor Skeleton Component

Skeleton Parameters #

Name Type Default Required Description Added Version
AdditionalAttributes Dictionary<string, object> null Gets or sets additional attributes that will be applied to the component. 1.0.0
ChildContent RenderFragment null Gets or sets the child content. 1.0.0
Class string? null Gets or sets the CSS class name(s) to apply to the component. 1.0.0
Color SkeletonColor None Gets or sets the Skeleton color. 1.0.0
Id string? null Gets or sets the ID. If not set, a unique ID will be generated. 1.0.0
Style string? null Gets or sets the CSS style string that defines the inline styles for the component. 1.0.0
Type SkeletonType Block Gets or sets the Skeleton type. 1.0.0

SkeletonLine Parameters #

Name Type Default Required Description Added Version
AdditionalAttributes Dictionary<string, object> null Gets or sets additional attributes that will be applied to the component. 1.0.0
Class string? null Gets or sets the CSS class name(s) to apply to the component. 1.0.0
Color SkeletonColor None Gets or sets the SkeletonLine color. 1.0.0
Id string? null Gets or sets the ID. If not set, a unique ID will be generated. 1.0.0
Style string? null Gets or sets the CSS style string that defines the inline styles for the component. 1.0.0
Width float 100 Gets or sets the SkeletonLine width. 1.0.0
DO YOU KNOW?
This demo website is built using the BlazorExpress.Bulma library and published on the Azure Web App. See our source code on GitHub.