📌  相关文章
📜  kendo ui core (1)

📅  最后修改于: 2023-12-03 14:43:39.131000             🧑  作者: Mango

Introduction to Kendo UI Core

Kendo UI Core is a free and open-source JavaScript framework for developing modern web applications. It provides a rich set of user interface components and a powerful data visualization toolkit to create responsive and interactive websites.

Features
  • UI Components: Kendo UI Core offers a wide range of UI components, including data grids, charts, calendars, dropdowns, and more, that can be easily customized and integrated into your web application.

  • Data Visualization: With Kendo UI Core's data visualization toolkit, you can create stunning charts, graphs, and data visualizations to help your users better understand your data.

  • Mobile Support: Kendo UI Core is designed to work seamlessly on both desktop and mobile devices. It provides a responsive design and touch support for mobile devices, making it easy to create mobile-friendly web applications.

  • Accessibility: Kendo UI Core is fully accessible, meeting the requirements of WCAG 2.0 and Section 508. It includes ARIA support, keyboard navigation, and other accessibility features to ensure that your web application is accessible to all users.

  • Theming: Kendo UI Core includes a powerful theming engine that allows you to customize the look and feel of your web application. You can choose from a variety of pre-built themes or create your own custom theme.

Getting Started

To get started with Kendo UI Core, you can download it from the official website or include it in your web application using a CDN:

<head>
  <!-- Include Kendo UI Core CSS -->
  <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.2.511/styles/kendo.common.min.css">
  <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.2.511/styles/kendo.default.min.css">

  <!-- Include Kendo UI Core JavaScript -->
  <script src="https://kendo.cdn.telerik.com/2021.2.511/js/jquery.min.js"></script>
  <script src="https://kendo.cdn.telerik.com/2021.2.511/js/kendo.all.min.js"></script>
</head>

Once you have included Kendo UI Core in your web application, you can start using its UI components and data visualization toolkit.

Conclusion

Kendo UI Core is a powerful JavaScript framework that provides a rich set of UI components, data visualization tools, and other features to help you create modern web applications. With its mobile support, accessibility, and theming capabilities, Kendo UI Core is a great choice for developers looking to build responsive and interactive websites.