Skip to content

SEO-184195-EJ2-APPEARANCE #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
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-javascript/appearance/theme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Theme in ##Platform_Name## Appearance control | Syncfusion
description: Learn here all about Theme in Syncfusion ##Platform_Name## Appearance control of Syncfusion Essential JS 2 and more.
description: Learn here all about theme in Syncfusion ##Platform_Name## Appearance control of Syncfusion Essential JS 2 and more.
platform: ej2-javascript
control: Theme
publishingplatform: ##Platform_Name##
Expand Down Expand Up @@ -32,15 +32,15 @@ The Syncfusion JavaScript library has provided the below list of in-built themes
|Microsoft Office Fabric Dark | fabric-dark.css |
|High Contrast | highcontrast.css |

> The Syncfusion Bootstrap theme is designed based on `Bootstrap v3`, but it can be compatible with `Bootstrap v4` applications. In addition to these four built-in themes, [ThemeStudio](https://ej2.syncfusion.com/documentation/appearance/theme-studio/) also provides support for the Fusion theme, which can only be downloaded from [ThemeStudio](https://ej2.syncfusion.com/themestudio/?theme=fusion).
> The Syncfusion Bootstrap theme is designed based on `Bootstrap v3`, but it can be compatible with `Bootstrap v4` applications. In addition to these four built-in themes, [ThemeStudio](https://ej2.syncfusion.com/documentation/appearance/theme-studio) also provides support for the Fusion theme, which can only be downloaded from [ThemeStudio](https://ej2.syncfusion.com/themestudio/?theme=fusion).

## Reference themes in the application

Syncfusion JavaScript controls themes that can be used in the application by referencing the style sheet. Using the following approaches, themes can be referenced in the application.

* [NPM Packages](#npm-packages) - Used to customize the existing themes and bundle stylesheet’s in an application.
* [Content Delivery Network (CDN)](#cdn-reference) - Used to reference complete css via static web assets.
* [Theme Studio](https://ej2.syncfusion.com/documentation/appearance/theme-studio/) - Used to customize and generate themes only for the selected (used) components.
* [Theme Studio](https://ej2.syncfusion.com/documentation/appearance/theme-studio) - Used to customize and generate themes only for the selected (used) components.

## NPM packages

Expand Down