For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDSkeleton

Display a placeholder preview of your content before the data gets loaded to reduce load-time frustration.

Synopsis

Display a placeholder preview of your content before the data gets loaded to reduce load-time frustration.

Syntax

New-UDSkeleton [[-Id] <String>] [[-Variant] <String>] [[-Height] <Int32>] [[-Width] <Int32>] [[-Animation] <String>] [[-ClassName] <String>] [<CommonParameters>]

Description

Creates a loading skeleton

Parameters

-Id

The ID of this component.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Variant

The type of skeleton to display. Valid values are "text", "rect", "circle"

-Height

The static height of the skeleton.

-Width

The static width of the skeleton.

-Animation

The type of animation to use for the skeleton. Valid values are: "wave", "disabled", "pulsate"

-ClassName

A CSS class to apply to the skeleton.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?