New to KendoReactLearn about KendoReact Free.

Skeleton

Represents the KendoReact Skeleton component.

A Functional Component.

jsx
const App = () => {
  return (
      <Skeleton shape={'text'} style={{width: 200}}/>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

SkeletonProps intersected with RefAttributes<"null" | SkeletonHandle>

The props of the Skeleton component.

Not finding the help you need?
Contact Support