This repository provides source code for:
- cross-platform samples of Ignite UI components for Angular, Blazor, React, WebComponents, and WPF platforms. Currently, we support the following components: Category Chart, Data Chart, Financial Chart, Pie Chart, Radial Gauge, Data Grid, Hierarchical Grid, Pivot Grid, Tree Grid
- code-gen-library with data sources and event handlers used in cross-platform samples
- editor-templates are platform specific applications used for exporting cross-platform samples
You can use the Cross Platform Editor WPF application to render and export cross-platform examples to Angular, Blazor, React, WebComponents, and WPF platforms.
The Editor-Templates folder contains templates for converting XPLAT samples into platform specifc samples. You must update those templates in the following order:
- Create AND merge a pull request with updated packages in
browser
ANDsamples
folders of the following repositories:
- Create AND merge a pull request with updated packages in the Editor-Templates folder in this repository.
Above order of creating and merging pull requests is important to avoid stale samples and prevent building issues in platform specifc sample browsers.