Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroCastillo committed Sep 23, 2020
1 parent c695618 commit 2c62d77
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ Aura.UI
* FilledSlider
* ModernSlider
* Ribbon

* SuperListBoxItem

* Controls in Developing
* GradientEditor : This control creates a GradientBrush to use in other controls.
* SuperListBoxItem : A Powered-ListBoxItem has a Button and two TextBlocks.

* Windows Availables
* ColorWindowSmall : This window shows a ColorPicker.

Expand All @@ -38,7 +39,7 @@ Aura.UI
* TabbedWindow : An optimized window to use with AuraTabItems.
* NavigationView : A scrollable MenuItems, like UWP NavigationView.
* StatusBar : This bar shows an status of application, it will use a class for the status.
* WritteablePanel : A panel por represent and edit images easily.
* WriteablePanel : A panel por represent and edit images easily.

* UI Extensions
* TabControlExtensions:
Expand Down Expand Up @@ -85,7 +86,7 @@ Aura.UI.

Open the terminal on the root folder of your project and write <br/>
```shell
dotnet add package Aura.UI --version 0.1.3-preview2
dotnet add package Aura.UI --version 0.1.3-preview3
```
Do it like this:

Expand Down Expand Up @@ -270,6 +271,13 @@ This xaml code produces this result:

<img src="DocumentationGifs/RibbonTesting_prev2.gif">

## SuperListBoxItem

This ListBoxItem has a Icon and styled texts.

<img src="DocumentationGifs/SuperListBoxItem.gif">


# 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.
Expand Down

0 comments on commit 2c62d77

Please sign in to comment.