New to Kendo UI for AngularStart a free 30-day trial

SkeletonComponent

Represents the Kendo UI Skeleton component for Angular. Displays a Skeleton that represents loading content.

Selector

kendo-skeleton

Inputs

NameTypeDefaultDescription

animation

SkeletonAnimation

Specifies the animation settings of the Skeleton.

The possible values are:

  • pulse — (Default) Shows a pulse animation effect.
  • wave — Shows a wave animation effect.
  • false — Disables the animation. Note that it's a boolean, not a string.

height

string | number

Specifies the height of the Skeleton component.

  • Required for 'circle' and 'rectangle' shapes.
  • Not required for 'text', as it is derived from the current CSS font-size.
  • Can be set to a string, e.g. '100px', '3em', '50%'.
  • Can be set to an integer number (will be read as height in pixels).

shape

SkeletonShape

Specifies the shape of the Skeleton.

The possible values are:

  • text — (Default) Renders a line Skeleton.
  • circle — Renders a circular Skeleton.
  • rectangle — Renders a rectangular Skeleton.

width

string | number

Specifies the width of the Skeleton component.

  • Required for all Skeleton shapes.
  • Can be set to a string, e.g. '100px', '3em', '50%'.
  • Can be set to an integer number (will be read as width in pixels).
In this article
SelectorInputs
Not finding the help you need?
Contact Support