Telerik UI for ASP.NET Core Skeleton Container Overview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
index.cshtml
IndexController.cs
Index_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API
devcraft ninja image

The Skeleton Container component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Description

The Telerik UI for ASP.NET Core SkeletonContainer component is mainly used for indicating to the user that the content of the page and/or element is currently loading. What separates it from the conventional loaders is that it can follow the exact structure of the page or element that is loading. This prepares the user of what the actual structure will be along with the indication that an action is in process and the content is being loaded. When the loading has finished, you can hide the SkeletonContainer and reveal the original content from underneath by using additional client-side logic.

The current demo shows how to create a SkeletonContainer of a loading Card UI component. To configure the skeleton content, define the HTML structure of the loading element in the Template() option.

The ASP.NET Core SkeletonContainer control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The SkeletonContainer is a server-side wrapper for the Kendo UI for jQuery SkeletonContainer component and supports an HtmlHelper and a TagHelper mode.

Functionality and Features

  • Items–You can define the skeleton shapes by using the default CSS Grid layout.
  • Grid Integration–You can integrate the SkeletonContainer into the Grid to show a simplified preview of each Grid cell.

Additional Apps

This Skeleton Container example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources