• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Appearance

The Skeleton component provides various predefined appearance options such as shapes and animations.

Shape

The Skeleton allows you to set different shapes.

The available shape values are:

  • circle—Renders a circular Skeleton.
  • text(Default)—Renders a line Skeleton.
  • rectangle—Renders a rectangular Skeleton.
Example
View Source
Change Theme:

Animation

The Skeleton allows you to set different animation settings.

The available animation keys are:

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

To disable the animation, set the property to false.

Example
View Source
Change Theme:

In this article

Not finding the help you need?