All Projects → PieroCastillo → Aura.ui

PieroCastillo / Aura.ui

Licence: mit
A Library with a lot of Controls for AvaloniaUI

Projects that are alternatives of or similar to Aura.ui

Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (+344.74%)
Mutual labels:  nuget, wpf, xaml, component, control
ColorPicker
Customizable Color Picker control for WPF
Stars: ✭ 57 (-50%)
Mutual labels:  xaml, control, nuget, wpf
Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (+204.39%)
Mutual labels:  wpf, xaml, control, styled-components
Fluent.ribbon
WPF Ribbon control like in Office
Stars: ✭ 1,895 (+1562.28%)
Mutual labels:  ribbon, wpf, xaml, control
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+2837.72%)
Mutual labels:  wpf, xaml, control
Styled Typography
Typograpy components for react and styled-components
Stars: ✭ 113 (-0.88%)
Mutual labels:  library, component, styled-components
ModernWpf
Modern styles and controls for your WPF applications without need WinRT
Stars: ✭ 65 (-42.98%)
Mutual labels:  xaml, styled-components, wpf
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (+159.65%)
Mutual labels:  library, wpf, xaml
Controlzex
Shared Controlz for WPF and ... more
Stars: ✭ 561 (+392.11%)
Mutual labels:  wpf, xaml, control
Orbit
React components of open-source Orbit design system by Kiwi.com
Stars: ✭ 774 (+578.95%)
Mutual labels:  component, component-library, styled-components
Simplewpfreporting
Reporting in WPF (XAML) made easy
Stars: ✭ 87 (-23.68%)
Mutual labels:  wpf, xaml
Xamlviewer
XAML Viewer is a lightweight XAML editor.
Stars: ✭ 87 (-23.68%)
Mutual labels:  wpf, xaml
Xamarin Forms Gtk Movies Sample
The Movie DB Xamarin.Forms Sample
Stars: ✭ 83 (-27.19%)
Mutual labels:  wpf, xaml
Reactivehistory
Reactive undo/redo framework for .NET.
Stars: ✭ 82 (-28.07%)
Mutual labels:  wpf, xaml
Snoopwpf
Snoop - The WPF Spy Utility
Stars: ✭ 1,286 (+1028.07%)
Mutual labels:  wpf, xaml
Panuonui.silver
Panuon.UI optimized version. A beautiful wpf ui library using templates & attached properties.
Stars: ✭ 1,279 (+1021.93%)
Mutual labels:  wpf, control
React Siema
ReactSiema Demo
Stars: ✭ 90 (-21.05%)
Mutual labels:  component, slider
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (-28.07%)
Mutual labels:  library, component-library
Ngx Select Dropdown
Custom Dropdown for Angular 4+ with multiple and single selection options
Stars: ✭ 91 (-20.18%)
Mutual labels:  library, component
Mscircularslider
A fully-featured, powerful circular slider for iOS applications
Stars: ✭ 94 (-17.54%)
Mutual labels:  library, slider

Gitter NuGet downloads Discord PRs Welcome Size



Aura.UI

Control's Library for Avalonia

Overview

Available Controls
FloatingButtonBar ModernSlider
ProgressRing GroupBox
CardCollection AuraTabView
NavigationView Ribbon
ContentDialog MessageDialog

Install

Now the library is available in Nuget.org.

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 package Aura.UI --version 0.1.3-rc2

Do it like this:

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>
      <FluenTheme Mode="Light"/>
      <StyleInclude Source="avares://Aura.UI/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/AuraUI.xaml"/>
      <StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/>
      <StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
   </Application.Styles> 
</Application>

About Aura.UI

This library is open source and free, in a few months come out the first stable version,for now, Aura.UI is a beta.

Credits

This library is possible thanks to the follow projects:

How To Collaborate

Just enter to the follow Gitter chat!

Gitter

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].