Essential JS 2 demo samples for React. http://ej2.syncfusion.com/react/demos
610c68bc65
updated the React samples |
||
---|---|---|
images | ||
models | ||
src | ||
styles | ||
.gitignore | ||
README.md | ||
config.json | ||
favicon.ico | ||
gulpfile.js | ||
index.html | ||
license | ||
manifest.webmanifest | ||
package.json | ||
sampleName.json | ||
tsconfig.json | ||
webpack.config.js |
README.md
Syncfusion React Component Demo Samples
Welcome to the demo samples repository for Syncfusion React components! This repository contains a collection of sample applications showcasing the usage of various Syncfusion components in a React environment.
Prerequisites
- Node.js -
v16+
Run the samples
To run the sample applications locally, follow these steps
- Install the required dependencies using npm
npm install
- Start the development server using gulp
npm run serve
- Open your web browser and navigate to the specified localhost address to view the samples.