New to Kendo UI for Angular? Start a free 30-day trial
SkeletonShape
Specifies the shape of the Skeleton component.
The possible values are:
text
—(Default) Renders a line Skeleton.circle
—Renders a circular Skeleton.rectangle
—Renders a rectangular Skeleton.
type
SkeletonShape = "circle" | "rectangle" | "text";