DevExpress / DevExtreme
- четверг, 27 апреля 2017 г. в 03:12:28
JavaScript
HTML5 JavaScript Component Suite for Responsive Web Development
Voted the best cross-platform component suite containing everything you need to create responsive web apps for touch devices and traditional desktops: data grid, interactive charts, data editors, navigation and multi-purpose widgets that are designed to look great and provide powerful functionality in any browser.
This is a working repo for DevExtreme. To include DevExtreme to your project, use one of the distribution packages. If you use Visual Studio, then use the Windows installer for added features like project templates. Alternatively, download a plain zip archive of just the client-side library and its widgets:
Install from NPM
npm install devextreme
Install via Bower
bower install devextreme
Install from NuGet
Install-Package DevExtreme.Web
Windows Installer - Provides benefits for developers who use Visual Studio
After installation, you can add a widget to your app. Here's a simple button example using jQuery:
<div id="buttonContainer"></div>
$(function () {
$("#buttonContainer").dxButton();
});
DevExtreme supports deep integration with the following client-side technologies:
And server-side frameworks:
See our Guidelines for Contributing