Skip to content
Closed
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
7 changes: 4 additions & 3 deletions blazor/appearance/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,11 +977,12 @@ Material and Tailwind Themes uses online roboto font. If your app is designed to
<link href="material.min.css" rel="stylesheet" />
</head>
```
### Using Customized Styles from `Syncfusion.Blazor.Themes` Package and CDN (From `v23.2.4` and above)

#### Using Customized Styles from `Syncfusion.Blazor.Themes` Package and CDN (From `v23.2.4` and above)

Starting from `v23.2.4`, customized `Material` and `Tailwind` themes are available in the `Syncfusion.Blazor.Themes` package. Also it can be accessed via CDN for Blazor components.

#### Static Web Asset Reference:
###### Static Web Asset Reference:

```html
<head>
Expand All @@ -991,7 +992,7 @@ Starting from `v23.2.4`, customized `Material` and `Tailwind` themes are availab
</head>
```

#### CDN Reference:
###### CDN Reference:

```html
<head>
Expand Down