Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro authored May 27, 2024
1 parent 3d350c5 commit 128422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Alternatively, you can use the following CDN links:
To use an icon in your MudBlazor component, you can use the `<MudIcon>` component and specify the icon using the `Icon` parameter. For example:

```html
<MudIcon Icon="FontIcons.MaterialSymbols.Outlined.Database"></MudIcon>
<MudIcon Icon="@MudBlazor.FontIcons.MaterialSymbols.Outlined.Database"></MudIcon>
```

This will render an icon representing a database, using the Material Symbols Outlined style.

0 comments on commit 128422e

Please sign in to comment.