The CDN links are provided individually for all the scripts and style sheets of Syncfusion React UI components.
The CDN link is provided to following files in the package
The latest minified versions of all UMD, Global and CSS files are available on CDN:
https://cdn.syncfusion.com/ej2/PACKAGENAME/dist/PACKAGENAME.umd.min.js
https://cdn.syncfusion.com/ej2/PACKAGENAME/styles/THEMENAME.css
For example
Versioned files are also available on CDN.
https://cdn.syncfusion.com/ej2/VERSION/PACKAGENAME/dist/PACKAGENAME.umd.min.js
https://cdn.syncfusion.com/ej2/VERSION/PACKAGENAME/styles/THEMENAME.css
For example
Syncfusion React packages is published and available in public npm registry.
Syncfusion React UI components are shipped as npm packages. Following table explains the purpose of each file available in the package.
Files | Purpose |
---|---|
dist/es6 |
This folder contains the ES6 formatted JS file of the package. |
dist/<packagename>.umd.min.js dist/<packagename>.umd.js |
For applications using AMD or Common JS based module loader can be utilize these files. |
src/ |
This folder contains the script files in AMD format. You can connect these AMD files as a package in System JS or Require JS. |
styles/<theme name>.css styles/<theme name>.scss |
This folder contains the CSS and SCSS files of the package. |