diff --git a/EleCho.WpfSuite/EleCho.WpfSuite.csproj b/EleCho.WpfSuite/EleCho.WpfSuite.csproj
index b27680d..e6d41a7 100644
--- a/EleCho.WpfSuite/EleCho.WpfSuite.csproj
+++ b/EleCho.WpfSuite/EleCho.WpfSuite.csproj
@@ -7,7 +7,7 @@
true
true
- 0.0.10
+ 0.0.11
EleCho
Copyright © 2024 EleCho
diff --git a/README.md b/README.md
index 210ff1f..c720c4c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,69 @@
# EleCho.WpfSuite
+WPF layout panels, controls, value converters and utilities
+
+## Usage
+
+Add XML namespace to your XAML file:
+
+```xml
+
+
+ ...
+
+
+```
+
+Enjoy!
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+## Features
+
+
Layout panels:
- StackPanel: Origin stack panel with `Spacing` property
@@ -11,6 +75,7 @@ Controls:
- Image: Simple image control with `CornerRadius` property
- ScrollViewer: Origin scroll viewer with 'MouseWheelDelta' based scrolling
- ConditionalControl: Display the control based on the condition
+- TextBox: Origin text box with `Placeholder` property
Value converters:
diff --git a/WpfTest/Tests/TempPage.xaml b/WpfTest/Tests/TempPage.xaml
index 7345ce6..430d56f 100644
--- a/WpfTest/Tests/TempPage.xaml
+++ b/WpfTest/Tests/TempPage.xaml
@@ -10,25 +10,25 @@
Title="TempPage"
d:DataContext="{d:DesignInstance Type=local:TempPage}">
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+