Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aboimpinto/MaterialDesign.Avalonia
- Owner: aboimpinto
- License: mit
- Created: 2020-12-08T23:13:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T19:44:09.000Z (about 1 year ago)
- Last Synced: 2024-02-15T12:36:04.852Z (9 months ago)
- Language: C#
- Size: 1.05 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-avalonia - Avalonia Material Icon Pack - All Material Icons Pack that can be found in https://fonts.google.com/icons (net5.0 only). (Tooling / Web Browsers)
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.