Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 2.78 KB

README.md

File metadata and controls

79 lines (54 loc) · 2.78 KB

DevExtreme (Persian Support)

This project has minimal modifications to original DevExtreme version with following features:

  • Persian Date Picker
  • Localized Persian Messages

For build:

npm install
npm run build-npm-devextreme
cd artifacts\npm\devextreme
npm pack

For use you must only set locale to 'fa-IR' or set calendar using Intl to persian:

import { locale } from "devextreme/localization";

// ...

function App() {

    // ...

    locale("fa-IR");
    // or
    locale("fa-IR-u-ca-persian-nu-latn");
    // or
    locale("en-US-u-ca-persian-nu-latn");

    // ...
}

Screenshot Screenshot




DevExtreme is a set of enterprise-ready UI component suites for Angular, React, Vue, and jQuery. It is 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. These controls are designed to look great and to provide powerful functionality in any browser.

Getting Started

Learn

Contributing

See our Guidelines for Contributing