• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start 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

Not finding the help you need?