Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.UI

Control'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