Skip to content

Latest commit

 

History

History

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ignite-ui

Individual Samples of Web Components

In this folder, you will find individual samples on how to use the IgniteUI 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.

Instructions

Follow these instructions to run individual sample:

  • git checkout master

  • in VS Code, open a folder with existing sample, e.g.

./samples/charts/category-chart/axis-options/
  • type npm install --legacy-peer-deps command in terminal window

  • type npm run start command in terminal window

Also, you can run each sample on Code Sandbox website by clicking on the Edit on CodeSandbox button in a readme file of sample project, .e.g. ./samples/charts/category-chart/overview/README.md