Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PieroCastillo/Aura.UI
A Library with a lot of Controls for AvaloniaUI
https://github.com/PieroCastillo/Aura.UI
avalonia avaloniaui c-sharp control controls dotnet groupbox navigation-view nuget progress-ring ribbon slider ui wpf xaml
Last synced: 3 months ago
JSON representation
A Library with a lot of Controls for AvaloniaUI
- Host: GitHub
- URL: https://github.com/PieroCastillo/Aura.UI
- Owner: PieroCastillo
- License: mit
- Created: 2020-07-31T20:50:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T03:14:10.000Z (9 months ago)
- Last Synced: 2024-04-10T00:59:59.440Z (7 months ago)
- Topics: avalonia, avaloniaui, c-sharp, control, controls, dotnet, groupbox, navigation-view, nuget, progress-ring, ribbon, slider, ui, wpf, xaml
- Language: C#
- Homepage:
- Size: 103 MB
- Stars: 549
- Watchers: 11
- Forks: 40
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-avalonia - Aura.UI - A Library with a lot of Controls for AvaloniaUI (Libraries & Extensions / Controls)
README
[![Build Status](https://dev.azure.com/PieroCastillo/Aura.UI/_apis/build/status/PieroCastillo.Aura.UI)](https://dev.azure.com/PieroCastillo/AuraUI/_build/latest)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AuraDevCommunity/Aura-UI)
[![NuGet](https://img.shields.io/nuget/v/Aura.UI.svg)](https://www.nuget.org/packages/Aura.UI/)
[![MyGet](https://img.shields.io/myget/auraui/vpre/Aura.UI.svg?label=myget)](https://www.myget.org/feed/auraui/package/nuget/Aura.UI)
[![downloads](https://img.shields.io/nuget/dt/Aura.UI.svg)](https://www.nuget.org/packages/Aura.UI)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
![Size](https://img.shields.io/github/repo-size/PieroCastillo/Aura.UI)
Aura.UIControl's Library for Avalonia
# Overview
| Available Controls | |
| ----------------- | --- |
| FloatingButtonBar | ModernSlider |
| ProgressRing | GroupBox |
| CardCollection | AuraTabView |
| NavigationView | Ribbon |
| ContentDialog | MessageDialog |
| BlurryImage | Badge |
| RadialSlider# Install
First Step
Go to the next link: https://www.nuget.org/packages/Aura.UI .
Second Step
Install Aura.UI with Visual Studio or dotnetCLI:
Visual Studio
Open the Nuget Packages Manager on your project and search
Aura.UI.Dotnet CLI
Open the terminal on the root folder of your project and write
```cmd
dotnet add package Aura.UI --version 0.1.4.2
```And don't forget install the Styles
```cmd
dotnet add package Aura.UI.FluentTheme --version 0.1.4.2
```# Preparation
For Fluent Theme add these Styles to App.xaml
```xml
```
And for Default Theme add these Styles to App.xaml
```xml
```
# Gallery
## Sample
## AuraTabView
## Badge
## BlurryImage
## CardCollection
## ContentDialog
## FloatingButtonBar
## GroupBox
## MessageDialog
## ModernSlider
## NavigationView
## ProgressRing
## RadialSlider
## Ribbon
# Nightly Versions
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 License
Aura.UI is an Open Source controls library with MIT license, so, feel free to use it in Non-Commercial and Commercial Projects.
## Credits
This library is possible thanks to the follow projects:
* [Avalonia](http://avaloniaui.net/) by the AvaloniaUI Team.## To Do
- Documentation
# How To Collaborate
Just enter to the follow Gitter chat!
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AuraDevCommunity/Aura-UI)
Or make a pull request! All pull request are welcome!
# Special thanks to