Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ej2-react/appearance/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Syncfusion React UI can allow you to apply styles for the components. The fo
|Microsoft Office Fabric Dark | fabric-dark.css |
|High Contrast | highcontrast.css |

> The Syncfusion React Bootstrap theme is designed based on the `Bootstrap v3`, whereas the Bootstrap 4 theme is designed based on `Bootstrap v4`. In addition to these built-in themes, the [ThemeStudio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio/) provides support for the Fusion Theme that can only be downloaded from the [ThemeStudio](https://ej2.syncfusion.com/themestudio/?theme=fusion).
> The Syncfusion React Bootstrap theme is designed based on the `Bootstrap v3`, whereas the Bootstrap 4 theme is designed based on `Bootstrap v4`. In addition to these built-in themes, the [ThemeStudio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio) provides support for the Fusion Theme that can only be downloaded from the [ThemeStudio](https://ej2.syncfusion.com/themestudio/?theme=fusion).

## Optimized CSS files

Expand Down Expand Up @@ -66,9 +66,9 @@ Using the following approaches, the themes can be referenced in the React applic

* [CDN](#refer-themes-through-cdn-reference) - Used to refer complete css via static web assest.

* [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator/) - Used to generate resources only for the selected (used) components.
* [CRG](https://ej2.syncfusion.com/javascript/documentation/common/custom-resource-generator) - Used to generate resources only for the selected (used) components.

* [Theme Studio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio/) - Used to customize and generate themes only for the selected (used) components.
* [Theme Studio](https://ej2.syncfusion.com/react/documentation/appearance/theme-studio) - Used to customize and generate themes only for the selected (used) components.

Instead of using the `CDN reference`, use the `npm packages` reference in your projects to customize the theme or bundle it with the other style sheets.

Expand Down