Skeleton
Represents the KendoReact Skeleton component.
const App = () => {
return (
<Skeleton shape={'text'} style={{width: 200}}/>
);
};
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the Skeleton component. |