Giter VIP home page Giter VIP logo

aura.ui's Introduction

Build Status Gitter NuGet MyGet downloads PRs Welcome Size



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

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

Preparation

For Fluent Theme add these Styles to App.xaml

<Application xmlns="https://github.com/avaloniaui"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             x:Class="YourApp.App">
   <Application.Styles>
      <FluentTheme Mode="Light"/>
      <StyleInclude Source="avares://Aura.UI.FluentTheme/AuraUI.xaml"/>
   </Application.Styles> 
</Application>

And for Default Theme add these Styles to App.xaml

<Application  xmlns="https://github.com/avaloniaui"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              x:Class="YourApp.App">
   <Application.Styles>
      <StyleInclude Source="avares://Avalonia.Themes.Fluent/Accents/BaseLight.xaml"/>
      <StyleInclude Source="avares://Aura.UI.FluentTheme/AuraUI.xaml"/>
      <StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/>
      <StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
   </Application.Styles> 
</Application>

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:

To Do

  • Documentation

How To Collaborate

Just enter to the follow Gitter chat!

Gitter

Or make a pull request! All pull request are welcome!

Special thanks to

aura.ui's People

Contributors

pierocastillo avatar timunie avatar circularka avatar zekiah-a avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.