All Projects → telerik → Kendo Ui Core

telerik / Kendo Ui Core

Licence: other
An HTML5, jQuery-based widget library for building modern web apps.

Programming Languages

javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to Kendo Ui Core

Feedek
FeedEk jQuery RSS/ATOM Feed Plugin
Stars: ✭ 190 (-92.06%)
Mutual labels:  jquery
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+1.04%)
Mutual labels:  jquery
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-91.6%)
Mutual labels:  jquery
Jquery Gantt
🌈 Lightweight jQuery gantt plugin.
Stars: ✭ 193 (-91.94%)
Mutual labels:  jquery
Gentelella Rtl
Free RTL Bootstrap 3 Admin Template
Stars: ✭ 194 (-91.9%)
Mutual labels:  jquery
Uniform
A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!
Stars: ✭ 2,219 (-7.31%)
Mutual labels:  jquery
Photobooth
A photobooth Web-Application for raspberry pi with gphoto2
Stars: ✭ 188 (-92.15%)
Mutual labels:  jquery
Android References
👏 Android 示例程序:MVP, MVVM, 组件化, AndroidX, ARouter, RxJava, EventBus, ButterKnife, 视频播放, 视频直播, 网络访问, 布局和控件整理等
Stars: ✭ 206 (-91.4%)
Mutual labels:  widgets
Bridge
♠️ C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
Stars: ✭ 2,216 (-7.44%)
Mutual labels:  jquery
Cms
GleezCMS - A Light, Simple, Flexible Content Management System
Stars: ✭ 200 (-91.65%)
Mutual labels:  jquery
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (-91.98%)
Mutual labels:  jquery
Javascript
刘宾的博客->前端相关。
Stars: ✭ 195 (-91.85%)
Mutual labels:  jquery
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (-91.69%)
Mutual labels:  widgets
Calx.js
jQuery Calx - a jQuery plugin for creating formula-based calculation form
Stars: ✭ 190 (-92.06%)
Mutual labels:  jquery
Jcf
Advanced form elements customization using CSS/JS
Stars: ✭ 203 (-91.52%)
Mutual labels:  jquery
Phantomas
Headless Chromium-based web performance metrics collector and monitoring tool
Stars: ✭ 2,191 (-8.48%)
Mutual labels:  jquery
Jquery Easy Ticker
jQuery easy ticker is a news ticker like plugin, which scrolls the list infinitely. It is highly customizable, flexible with lot of features and works in all browsers.
Stars: ✭ 196 (-91.81%)
Mutual labels:  jquery
Civitas
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Stars: ✭ 207 (-91.35%)
Mutual labels:  jquery
Jquery Aniview
A jQuery plugin that works in harmony with animate.css in order to enable animations only when content comes into view.
Stars: ✭ 205 (-91.44%)
Mutual labels:  jquery
Reactjs Adminlte
ReactJS version of the original AdminLTE dashboard (EXPERIMENTAL)- https://github.com/almasaeed2010/AdminLTE
Stars: ✭ 2,292 (-4.26%)
Mutual labels:  widgets

Kendo UI Core

About Kendo UI Core

Kendo UI is everything you need to build sites and apps with HTML5 & JavaScript. Kendo UI Core is the free and open-source version of Kendo UI that provides access to the web's best UI widgets and key framework features, essential for developing great experiences for the web and mobile.

Features of Kendo UI Core

Kendo UI Core is a free and open-source subset of Kendo UI. The following table details the widgets and features available in Kendo UI Core, as well as the additional features available via a commercial Kendo UI license.

Feature Kendo UI Core Professional UI for MVC/Core/JSP/PHP
Data Management
Grid
FileManager
Spreadsheet
ListView
PivotGrid
TreeList
Filter
Pager
Editors
AutoComplete
Color Picker
ComboBox
DateInput
DatePicker
DateRangePicker
DateTimePicker
DropDownList
DropDownTree
Editor
ListBox
MaskedTextBox
MultiColumnComboBox
MultiSelect
NumericTextBox
Rating
Slider
Switch
TextBox
TimePicker
Upload
Validator
Conversational UI
Chat
Charts
Area Charts
Bar Charts
Box Plot Charts
Bubble Charts
Bullet Charts
Chart API
Donut Charts
Funnel Charts
Line Charts
Pie Charts
Polar Charts
Radar Charts
Range Bar Charts
Scatter Charts
Sparklines
Stock Charts
TreeMap
Waterfall Charts
Gauges
ArcGauge
CircularGauge
LinearGauge
RadialGauge
Barcodes
Barcode
QR Code
Diagram and Maps
Diagram
Map
Scheduling
Calendar
Gantt
MultiViewCalendar
Scheduler
Layout
Badge
Dialog
ExpansionPanel
Form
Notification
Popover
Responsive Panel
Splitter
TileLayout
Tooltip
Window
Media
MediaPlayer
ScrollView
PDF
PDFViewer
Navigation
ActionSheet
Breadcrumb
Button
ButtonGroup
Drawer
Menu
PanelBar
Stepper
TabStrip
Timeline
ToolBar
TreeView
Wizard
Interactivity and UX
Drag-and-Drop
Effects
ProgressBar
Sortable
Styling
Hybrid UI
Widgets
Mobile Application
Mobile Forms
Mobile Layout
Mobile SplitView
Mobile Theme Builder
Mobile Touch Events
Mobile View
Tools, Frameworks and Utilities
Chrome Inspector
DataSource
Drawing API
Excel Export
Globalization
HierarchicalDataSource
AngularJS Integration
Bootstrap Friendly
Localization
MVVM Integration
PDF Export
Single-Page Application
Templates
ThemeBuilder
Official Support

Compatibility and Requirements

Kendo UI Core depends on the following libraries:

Kendo UI Core has not been tested against any other versions of these libraries. You may find that versions other than these are compatible with Kendo UI Core. However, we make no claims to support those versions, and will not troubleshoot issues that arise when using those versions.

Building Kendo UI Core

There are two ways to get the source code for Kendo UI Core. You can either download a pre-built zip from Telerik.com, or build the source yourself using Gulp. The latter approach includes an option for building a distribution of Kendo UI Core that includes only the widgets and framework features required by your app.

Installing Dependencies

In order to build Kendo UI Core, you need to have Node.js 6.x and git 2.x.

For Windows you have to download and install Git for Windows and Node.js and Visual C++ Build Tools.

Mac OS users should install Homebrew. Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.

Linux users can use the distributions provided by NodeSource or their package managers to install git and nodejs.

How to build Kendo UI Core

Clone a copy of the repository by running

git clone https://github.com/telerik/kendo-ui-core.git

Enter the repository directory

cd kendo-ui-core

Initialize the submodule repository

git submodule update --init

Run the build script:

npm run build

The minified version of the scripts and styles of Kendo UI Core will be put in the dist/ subdirectory.

If you want to create custom build or help with Kendo UI Core development, it would be better to install the gulp command line interface as a global package:

[sudo] npm install --global gulp

Make sure you have gulp installed by testing:

gulp --version

Now by running the gulp command in the Kendo UI Core directory, you can build the full version of Kendo UI Core. This works just like the npm run build command:

gulp build

There are several other tasks available:

gulp --tasks

Building only what you need

The gulp custom task will create a custom minified file - dist/kendo.custom.min.js, which includes only the specified components. The following command will include only the autocomplete and dropdownlist widgets:

gulp custom -c autocomplete,dropdownlist

Source Code and Downloads

If you want to skip building Kendo UI Core yourself, head on over to Telerik.com to grab the full source.

Using Kendo UI Core via the Kendo Static CDN

You can also easily include Kendo UI Core in your site or application by using the Kendo CDN:

<link href="http://kendo.cdn.telerik.com/2014.2.716/styles/kendo.common.min.css" rel="stylesheet" />
<link href="http://kendo.cdn.telerik.com/2014.2.716/styles/kendo.default.min.css" rel="stylesheet" />
<script src="http://kendo.cdn.telerik.com/2014.2.716/js/jquery.min.js"></script>
<script src="http://kendo.cdn.telerik.com/2014.2.716/js/kendo.ui.core.min.js"></script>

The main advantage of the CDN approach is that your users may be able to leverage a primed cache version of Kendo UI Core if they've visited other sites using the framework.

Documentation

For complete Kendo UI Documentation, including Kendo UI Core, please visit https://docs.telerik.com/kendo-ui.

How to Contribute

Kendo UI Core is free and open-source. We encourage and support an active, healthy community that accepts contributions from the public. We'd like you to be a part of that community.

Before contributing to Kendo UI Core, please:

  1. Read and sign the Kendo UI Core Contribution License Agreement, to confirm you've read and acknowledged the legal aspects of your contributions, and
  2. Read our contribution guide, which houses all of the necessary info to:
    • submit bugs,
    • request new features, and
    • walk you through the entire process of preparing your code for a Pull Request.

Getting Help

As a fully-open source project, Kendo UI Core is a primarily community-supported project, As such, you are encouraged to use forums like Stack Overflow to post questions, and the issues list of this repo to report bugs.

The Kendo UI team does not provide formal support for Kendo UI Core, except to those customers who have purchased a commercial license for Kendo UI (Professional, UI for MVC, etc.) or a support-only package from Telerik.com. Please do not create support requests for this project in the issues list for this repo, as these will be immediately closed. You'll be directed to post your question on a community forum.

Release Notes

For change logs and release notes, see the online release notes at Telerik.com.

License Information

This project has been released under the Apache License, version 2.0, the text of which is included below. This license applies ONLY to the source of this repository and does not extend to any other Kendo UI distribution or variant, or any other 3rd party libraries used in a repository. For licensing information about Kendo UI, see the License Agreements page at Telerik.com.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].