diff --git a/README.md b/README.md
index 53afbee..5866a9f 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,11 @@ Aura.UI
| ----------------- | --- |
| FloatingButtonBar | ModernSlider |
| ProgressRing | GroupBox |
-|CardCollection | AuraTabView |
+| CardCollection | AuraTabView |
| NavigationView | Ribbon |
| ContentDialog | MessageDialog |
-| BlurryImage |
+| BlurryImage | Badge |
+| RadialSlider
# Install
@@ -97,6 +98,12 @@ And for Default Theme add these Styles to App.xaml
+## Badge
+
+
+
+
+
## BlurryImage
@@ -138,13 +145,19 @@ And for Default Theme add these Styles to App.xaml
+## RadialSlider
+
+
+
+
+
## Ribbon
-# 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
diff --git a/samples/Aura.UI.Gallery/Views/MainView.axaml b/samples/Aura.UI.Gallery/Views/MainView.axaml
index 1b3fde5..dca7b60 100644
--- a/samples/Aura.UI.Gallery/Views/MainView.axaml
+++ b/samples/Aura.UI.Gallery/Views/MainView.axaml
@@ -44,7 +44,7 @@
Content="{Binding Descriptions.ModernSlider}"/>
+ Content="{Binding Descriptions.ProgressRing}" TopContent="Updated"/>
@@ -100,7 +100,7 @@
Content="{Binding Descriptions.ModernSlider}"/>
+ Content="{Binding Descriptions.ProgressRing}" TopContent="Updated"/>
diff --git a/screenshots/badge_dark.png b/screenshots/badge_dark.png
new file mode 100644
index 0000000..f2b9a3a
Binary files /dev/null and b/screenshots/badge_dark.png differ
diff --git a/screenshots/badge_light.png b/screenshots/badge_light.png
new file mode 100644
index 0000000..df3d402
Binary files /dev/null and b/screenshots/badge_light.png differ
diff --git a/screenshots/radialslider_dark.gif b/screenshots/radialslider_dark.gif
new file mode 100644
index 0000000..ef8ec8c
Binary files /dev/null and b/screenshots/radialslider_dark.gif differ
diff --git a/screenshots/radialslider_light.gif b/screenshots/radialslider_light.gif
new file mode 100644
index 0000000..e6b5160
Binary files /dev/null and b/screenshots/radialslider_light.gif differ