Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aboimpinto/MaterialDesign.Avalonia

Convert the MaterialDesign WPF to Avalonia
https://github.com/aboimpinto/MaterialDesign.Avalonia

Last synced: 3 months ago
JSON representation

Convert the MaterialDesign WPF to Avalonia

Awesome Lists containing this project

README

        

# MaterialDesign.Avalonia
Convert the MaterialDesign WPF to Avalonia

# Last release v1.34
* Update to Avalonia 11

# Usage

Add the nuget package to your project
```Install-Package MaterialDesign.Avalonia.PackIcon ```

Include the Style in your code (App.axaml for example)
``````

In the Window/UserControl load the NameSpace
```xmlns:material="clr-namespace:MaterialDesign.Avalonia.PackIcon;assembly=MaterialDesign.Avalonia.PackIcon"```

Use the control where you want to show a Material Icon
``````

Look here, https://fonts.google.com/icons for the list of icons available.
If an icon is not available, please report.