Skip to content

Commit

Permalink
add Badge & RadialSLider samples to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroCastillo committed Oct 17, 2021
1 parent b5f68a4 commit 38901a5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Aura.UI
| ----------------- | --- |
| FloatingButtonBar | ModernSlider |
| ProgressRing | GroupBox |
|CardCollection | AuraTabView |
| CardCollection | AuraTabView |
| NavigationView | Ribbon |
| ContentDialog | MessageDialog |
| BlurryImage |
| BlurryImage | Badge |
| RadialSlider

# Install

Expand Down Expand Up @@ -97,6 +98,12 @@ And for Default Theme add these Styles to App.xaml
<img src="./screenshots/auratabview_light.png" width="500">
<img src="./screenshots/auratabview_dark.png" width="500">

## Badge
<div>
<img src="./screenshots/badge_light.png" width="250">
<img src="./screenshots/badge_dark.png" width="250">
</div>

## BlurryImage
<img src="./screenshots/blurryimage_neutral.gif" width="500">

Expand Down Expand Up @@ -138,13 +145,19 @@ And for Default Theme add these Styles to App.xaml
<img src="./screenshots/progressring_indeterminate_dark.gif" width="500">
</div>

## RadialSlider
<div>
<img src="./screenshots/radialslider_light.gif" width="500">
<img src="./screenshots/radialslider_dark.gif" width="500">
</div>

## Ribbon
<img src="./screenshots/ribbon_light.png" width="500">
<img src="./screenshots/ribbon_dark.png" width="500">

# About Aura.UI
# Aura.UI License

This library is open source and free, in a few months come out the first stable version,for now, Aura.UI is a beta.
Aura.UI is an Open Source controls library with MIT license, so, feel free to use it in Non-Commercial and Commercial Projects.

## Credits

Expand Down
4 changes: 2 additions & 2 deletions samples/Aura.UI.Gallery/Views/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
Content="{Binding Descriptions.ModernSlider}"/>
<NavigationViewLinker Icon="{DynamicResource VSImageLib2019.ShapeArcRing_16x}"
Title="{Binding Titles.ProgressRing}" LinkTo="{Binding #pring}"
Content="{Binding Descriptions.ProgressRing}"/>
Content="{Binding Descriptions.ProgressRing}" TopContent="Updated"/>
<NavigationViewLinker Icon="{DynamicResource VSImageLib.GroupBox_16x}"
Title="GroupBox" LinkTo="{Binding #gb}"
Content="{Binding Descriptions.GroupBox}"/>
Expand Down Expand Up @@ -100,7 +100,7 @@
Content="{Binding Descriptions.ModernSlider}"/>
<NavigationViewLinker Icon="{DynamicResource VSImageLib2019.ShapeArcRing_16x}"
Title="{Binding Titles.ProgressRing}" LinkTo="{Binding #pring}"
Content="{Binding Descriptions.ProgressRing}"/>
Content="{Binding Descriptions.ProgressRing}" TopContent="Updated"/>
<NavigationViewLinker Icon="{DynamicResource Material.CircleSlice}"
Title="{Binding Titles.RadialSlider}" LinkTo="{Binding #radialSlider}"
Content="{Binding Descriptions.RadialSlider}" TopContent="Updated"/>
Expand Down
Binary file added screenshots/badge_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/badge_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/radialslider_dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/radialslider_light.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38901a5

Please sign in to comment.