New to KendoReact? Learn about KendoReact Free.
SkeletonShape
Updated on Oct 31, 2025
Specifies the shape of the Skeleton.
The possible values are:
circle—Renders a circular Skeleton.text(Default)—Renders a line Skeleton.rectangle—Renders a rectangular Skeleton.
type SkeletonShape = "circle" | "text" | "rectangle";