New to KendoReactLearn about KendoReact Free.

SkeletonProps

Represents the props of the KendoReact Skeleton component.

NameTypeDefaultDescription

animation?

boolean | SkeletonAnimation

Specifies the animation settings of the Skeleton.

The possible keys are:

  • type—Defines the type of the Skeleton animation.
    • wave—Shows wave animation effect.
    • pulse(Default)—Shows pulse animation effect.

To disable the animation, set the property to false.

className?

string

Specifies a list of CSS classes that will be added to the Skeleton.

shape?

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.

style?

React.CSSProperties

Sets additional CSS styles to the Skeleton.

Not finding the help you need?
Contact Support