Skeleton
Component
Represents the KendoReact Skeleton component.
Definition
Package:@progress/kendo-react-indicators
Syntax:
jsx
const App = () => {
return (
<Skeleton shape={'text'} style={{width: 200}}/>
);
};
Properties
props
SkeletonProps intersected with RefAttributes<null | SkeletonHandle>
The props of the Skeleton component.