diff --git a/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj b/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj
index b663f37..3aea3ef 100644
--- a/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj
+++ b/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj
@@ -169,6 +169,18 @@
Designer
MSBuild:Compile
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+ Designer
+
Designer
MSBuild:Compile
diff --git a/AdonisUI.ClassicTheme/Dimensions.xaml b/AdonisUI.ClassicTheme/Dimensions.xaml
index e04de69..9a0a732 100644
--- a/AdonisUI.ClassicTheme/Dimensions.xaml
+++ b/AdonisUI.ClassicTheme/Dimensions.xaml
@@ -7,6 +7,6 @@
0
- 0.3
+ 0.75
\ No newline at end of file
diff --git a/AdonisUI.ClassicTheme/Resources.xaml b/AdonisUI.ClassicTheme/Resources.xaml
index 1dec7d2..4c7d1bf 100644
--- a/AdonisUI.ClassicTheme/Resources.xaml
+++ b/AdonisUI.ClassicTheme/Resources.xaml
@@ -6,6 +6,9 @@
+
+
+
diff --git a/AdonisUI.ClassicTheme/Templates/LoadingBars.xaml b/AdonisUI.ClassicTheme/Templates/LoadingBars.xaml
new file mode 100644
index 0000000..775c816
--- /dev/null
+++ b/AdonisUI.ClassicTheme/Templates/LoadingBars.xaml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AdonisUI.ClassicTheme/Templates/LoadingCircle.xaml b/AdonisUI.ClassicTheme/Templates/LoadingCircle.xaml
new file mode 100644
index 0000000..dd99e08
--- /dev/null
+++ b/AdonisUI.ClassicTheme/Templates/LoadingCircle.xaml
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AdonisUI.ClassicTheme/Templates/LoadingDots.xaml b/AdonisUI.ClassicTheme/Templates/LoadingDots.xaml
new file mode 100644
index 0000000..cc06eac
--- /dev/null
+++ b/AdonisUI.ClassicTheme/Templates/LoadingDots.xaml
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/AdonisUI.Demo/MainWindow.xaml b/AdonisUI.Demo/MainWindow.xaml
index 3d4e742..9d4126f 100644
--- a/AdonisUI.Demo/MainWindow.xaml
+++ b/AdonisUI.Demo/MainWindow.xaml
@@ -85,12 +85,14 @@
diff --git a/AdonisUI.Demo/Views/WelcomeScreen.xaml b/AdonisUI.Demo/Views/WelcomeScreen.xaml
index 501e8bd..df1398b 100644
--- a/AdonisUI.Demo/Views/WelcomeScreen.xaml
+++ b/AdonisUI.Demo/Views/WelcomeScreen.xaml
@@ -50,7 +50,7 @@
HorizontalAlignment="Left">
-
+
@@ -113,26 +113,26 @@
-
+
+ Margin="16, 0, 0, 0"/>
+ Margin="16, 0, 0, 0"/>
+ Margin="16, 0, 0, 0"/>
-
+
@@ -142,25 +142,56 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/AdonisUI/Templates.cs b/AdonisUI/Templates.cs
index 37bb5f0..47df015 100644
--- a/AdonisUI/Templates.cs
+++ b/AdonisUI/Templates.cs
@@ -9,5 +9,11 @@ namespace AdonisUI
public static class Templates
{
public static ComponentResourceKey ValidationErrorTemplate => new ComponentResourceKey(typeof(Templates), "ValidationErrorTemplate");
+
+ public static ComponentResourceKey LoadingCircle => new ComponentResourceKey(typeof(Templates), "LoadingCircle");
+
+ public static ComponentResourceKey LoadingBars => new ComponentResourceKey(typeof(Templates), "LoadingBars");
+
+ public static ComponentResourceKey LoadingDots => new ComponentResourceKey(typeof(Templates), "LoadingDots");
}
}