• 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

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.

In this article

Not finding the help you need?