diff --git a/docs/images/progress/demo.png b/docs/images/progress/demo.png
index 8257b78..bb17ac7 100644
Binary files a/docs/images/progress/demo.png and b/docs/images/progress/demo.png differ
diff --git a/docs/images/progress/demo_old.png b/docs/images/progress/demo_old.png
new file mode 100644
index 0000000..8257b78
Binary files /dev/null and b/docs/images/progress/demo_old.png differ
diff --git a/src/Blashing.Client/Blashing.Client.csproj b/src/Blashing.Client/Blashing.Client.csproj
index efcc8a9..668c248 100644
--- a/src/Blashing.Client/Blashing.Client.csproj
+++ b/src/Blashing.Client/Blashing.Client.csproj
@@ -15,6 +15,7 @@
+
@@ -22,4 +23,8 @@
+
+
diff --git a/src/Blashing.Client/Pages/Demo.razor b/src/Blashing.Client/Pages/Demo.razor
index 9fb126a..0fb4d9c 100644
--- a/src/Blashing.Client/Pages/Demo.razor
+++ b/src/Blashing.Client/Pages/Demo.razor
@@ -1,33 +1,47 @@
+@using Excubo.Blazor.Grids
+
@page "/demo"
+
Demo
Demo
-
+@*
-
-
-
-
+
*@
+
+
+
+
+ @**@
+
+
+
+
+ @**@
+
+
+
+
+ @**@
+
+
+
+
+ @**@
+
+
+
+
+ @**@
+
+
+
+
+
+ @*
-
+
*@
@code {
List<(string label, string value)>? Items = new() { ("Turn-key", "0"), ("Synergy", "4"), ("Exit strategy", "11"), ("Paridigm shift", "3"), ("Enterprise", "20"), ("Pivoting", "7"), ("Web 2.0", "16"), ("Leverage", "25"), ("Streamlininess", "9") };