New to KendoReact? Start a free 30-day trial
SkeletonShape
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";