Material Theme

Apply the perfect look and feel to your apps with the styles supported by the Telerik and Kendo UI Material theme.

Overview of the Material Theme

The Telerik and Kendo UI Material theme is a fully-customizable SCSS-based theme for the Telerik and Kendo UI components.

The theme follows closely the Material Design guidelines. It tries to visualize different layouts and structures inspired by real life experiences.

To get the Telerik and Kendo UI Material theme, you can use the available npm package, CDN link, or GitHub repository.

Getting Started

The fastest way to apply the out-of-the-box Telerik and Kendo UI Material theme is to reference the theme stylesheets that are located on a CDN. Alternatively, you can install the theme as an npm package—this approach allows you to customize the theme.

Using the CDN Link

To use the Telerik and Kendo UI Material theme without customizing it, reference the precompiled CSS by adding the below CDN link into the head section of your application:

<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/$THEME_VERSION/material/material-main.css" />

While using the precompiled CSS file is faster than compiling the theme from the source code, the approach has two drawbacks:

  • The precompiled CSS file contains the CSS code for all components—even for components that you do not use in your application.
  • Using the precompiled CSS file approach does not provide options for theme customization through SCSS variables because the theme is already compiled. To customize the theme, you must rebuild it by using the provided source code.

Installing the NPM Package

To install the Telerik and Kendo UI Material theme in your project, use the provided npm package. After installing it, you can edit and customize the stylesheets.

npm install --save @progress/kendo-theme-material

To use the theme in your application, import it into your project styles:

// Import the entire theme
@import "~@progress/kendo-theme-material/dist/all.scss";

Ripple Effect

The Telerik and Kendo UI Material theme has an inbuilt ripple effect that you can activate by initializing the Ripple Container component.

Using the Figma Kit

The Telerik and Kendo UI Material theme comes with a free UI kit for Figma that includes all Telerik and Kendo UI components. To learn more about the available UI kits and how to use them, see the Design Kits for Figma article.

Framework-Specific Documentation

For specific information about how to implement the Material theme in the context of the Telerik and Kendo UI libraries, refer to the official product documentation: