<kendo:skeletonContainer-grid-gap>

An object holding values that determine the spacing between the skeleton items horizontally and vertically.

Example

<kendo:skeletonContainer-grid>
    <kendo:skeletonContainer-grid-gap></kendo:skeletonContainer-grid-gap>
</kendo:skeletonContainer-grid>

Configuration Attributes

columns float

A value in pixels determining the space between horizontal spacing between the items.

Example

<kendo:skeletonContainer-grid-gap columns="columns">
</kendo:skeletonContainer-grid-gap>

rows float

A value in pixels determining the space between vertical spacing between the items.

Example

<kendo:skeletonContainer-grid-gap rows="rows">
</kendo:skeletonContainer-grid-gap>
In this article
Not finding the help you need?