IgniteUI / igniteui-wc-examples

samples browser app and individual samples on how to use Ignite UI for Web Components
https://infragistics.com/webcomponents-demos/samples
7 stars 5 forks source link
calendar chart data-visualization demos dock-manager editors examples gauges geo-mapping grids igniteui igniteui-webcomponents maps samples spreadsheet spreadsheets treemap typescript webcomponents
ignite-ui

Examples of Ignite UI for Web Components

Node.js CI

This repository contains over 300 examples on how to use Ignite UI for Web components:

Branches

NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.

Preview

You can preview and browse all samples in this repository by opening our Web Components Browser. Alternatively, you you can view these samples with detailed information in our Web Component Documentation.

In addition, you can run each sample project individually from the ./samples folder or you can run from the ./browser folder to browse all samples in one website (see instructions below). You can run each sample on Code Sandbox website by clicking on the Edit Sandbox button in a readme file of sample project, e.g.

./samples/charts/category-chart/overview/README.md

Setup

To set up this project locally, clone this repository:

git clone https://github.com/IgniteUI/igniteui-wc-examples.git
git checkout master

Running Individual Sample

Follow these instructions to run a single sample on your computer:

./samples/charts/category-chart/overview

At this point, you should see a website hosted example of Ignite UI for Web Components

Running All Samples

Follow these instructions to run all samples locally in a browser application.

This will install required packages and Ignite UI for Web Components packages from npm website:

Next, follow these steps:

Samples Browser Preview

Adding New Sample

ControlNameSampleName.ts

./samples/charts/category-chart/axis-types/src/CategoryChartAxisTypes.ts

Verify New Sample

Learn More

To learn more about Ignite UI for Web Components components, check out the Web Components documentation.

Updating Version of IgniteUI Packages

Perform these steps to update version of Ignite UI for WebComponent packages in all samples. NOTE that the order of these steps is very important.