Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork45
A Library with a lot of Controls for AvaloniaUI
License
PieroCastillo/Aura.UI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Available Controls | |
---|---|
FloatingButtonBar | ModernSlider |
ProgressRing | GroupBox |
CardCollection | AuraTabView |
NavigationView | Ribbon |
ContentDialog | MessageDialog |
BlurryImage | Badge |
RadialSlider |
Go to the next link:https://www.nuget.org/packages/Aura.UI .
Install Aura.UI with Visual Studio or dotnetCLI:
Open the Nuget Packages Manager on your project and searchAura.UI.
Open the terminal on the root folder of your project and write
dotnet add package Aura.UI --version 0.1.4.2
And don't forget install the Styles
dotnet add package Aura.UI.FluentTheme --version 0.1.4.2
For Fluent Theme add these Styles to App.xaml
<Applicationxmlns="https://github.com/avaloniaui"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"x:Class="YourApp.App"> <Application.Styles> <FluentThemeMode="Light"/> <StyleIncludeSource="avares://Aura.UI.FluentTheme/AuraUI.xaml"/> </Application.Styles> </Application>
And for Default Theme add these Styles to App.xaml
<Applicationxmlns="https://github.com/avaloniaui"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"x:Class="YourApp.App"> <Application.Styles> <StyleIncludeSource="avares://Avalonia.Themes.Fluent/Accents/BaseLight.xaml"/> <StyleIncludeSource="avares://Aura.UI.FluentTheme/AuraUI.xaml"/> <StyleIncludeSource="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> <StyleIncludeSource="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/> </Application.Styles> </Application>
When you want to install unstable versions, add the next link to Nuget Sources:
https://www.myget.org/F/auraui/api/v3/index.json
Aura.UI is an Open Source controls library with MIT license, so, feel free to use it in Non-Commercial and Commercial Projects.
This library is possible thanks to the follow projects:
- Avalonia by the AvaloniaUI Team.
- Documentation
Just enter to the follow Gitter chat!
Or make a pull request! All pull request are welcome!
About
A Library with a lot of Controls for AvaloniaUI
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.