diff --git a/README.md b/README.md
index 884c5e00..834ab1b5 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
![win-badge] ![ubuntu-badge] ![macos-badge] ![release-badge] ![download-badge] ![download-latest]
-English | 简体中文
+English | 简体中文

diff --git a/doc/md/all_components.md b/doc/md/all_components.md
index bd4f3311..d0048621 100644
--- a/doc/md/all_components.md
+++ b/doc/md/all_components.md
@@ -1,38 +1,37 @@
# 支持的组件
-|目录|说明|备注|
-|----|----|----|
-|FluApp|初始化入口|支持路由跳转|
-|FluWindow|无边框窗口|解决windows拖动闪烁问题|
-|FluAppBar|窗口顶部标题栏|支持拖动窗口,最小化、最大化、关闭窗口|
-|FluText|Text文本||
-|FluButton|按钮||
-|FluFilledButton|实心按钮||
-|FluIconButton|图标按钮||
-|FluTextButton|文本按钮||
-|FluIcon|图标||
-|FluRadioButton|单选按钮||
-|FluTextBox|单行输入框||
-|FluMultiLineTextBox|多行输入框||
-|FluToggleSwitch|开关按钮||
-|FluSlider|拖动条||
-|FluInfoBar|提示Toast||
-|FluContentDialog|对话框||
-|FluProgressBar|条形进度条||
-|FluProgressRing|圆形进度条||
-|FluRectangle|矩形|支持部分圆角、clip|
-|FluMenu|菜单框||
-|FluTooltip|tooltip提示框||
-|FluTreeView|树控件||
-|FluTheme|主题设置|支持主题颜色切换,夜间模式|
-|FluCarousel|轮播图组件|支持无限轮播|
-|FluTimePicker|时间选择器||
-|FluDatePicker|日期选择器||
-|FluMenu|菜单Popup||
-|FluNavigationView|响应式导航布局||
-|FluScrollbar|滚动条||
-|FluToggleButton|开关按钮||
-|FluPagination|分页组件||
-|FluTableView|表格组件||
-|FluMediaPlayer|播放器||
-|FluFlipView|FlipView||
\ No newline at end of file
+|Catalog|Detail|Notes / Demos|
+|:----:|:----:|:----:|
+|FluApp|The initial entry of the program|Router supported(SPA)|
+|FluWindow|Frameless Window|*This only works on windows|
+|FluAppBar|Title bar on top of the window|Drag, minimize, maximize and close are supported.|
+|FluText|Common text||
+|FluButton|Common button| |
+|FluFilledButton|Filled button||
+|FluTextButton|Text button||
+|FluToggleButton|Toggle buttons||
+|FluIcon|fluent icons||
+|FluRadioButton|radio button||
+|FluTextBox|Single-line input box||
+|FluMultiLineTextBox|Multi-lines input area||
+|FluToggleSwitch|toggle switch||
+|FluSlider|Slider||
+|FluInfoBar|提示Toast||
+|FluContentDialog| dialog ||
+|FluProgressBar| progress bar ||
+|FluProgressRing|circle progress||
+|FluRectangle|reactangle| *partially support `round` and `clip` feature|
+|FluMenu|menu||
+|FluTooltip|tooltip||
+|FluTreeView|tree view component||
+|FluTheme|theme settings|theme color changes, dark mode are supported|
+|FluCarousel|-||
+|FluTimePicker| time picker ||
+|FluDatePicker|date picker||
+|FluMenu|the menu popup||
+|FluNavigationView|responsive navigation view||
+|FluScrollbar|scroll bar||
+|FluPagination|||
+|FluTableView|table component||
+|FluMediaPlayer|multimedia components||
+|FluFlipView| flip view||
\ No newline at end of file
diff --git a/doc/preview/demo_content_dialog.png b/doc/preview/demo_content_dialog.png
new file mode 100755
index 00000000..85c116dd
Binary files /dev/null and b/doc/preview/demo_content_dialog.png differ
diff --git a/doc/preview/demo_infobar.png b/doc/preview/demo_infobar.png
new file mode 100755
index 00000000..6db1b509
Binary files /dev/null and b/doc/preview/demo_infobar.png differ
diff --git a/doc/preview/demo_progress_bar_ring.png b/doc/preview/demo_progress_bar_ring.png
new file mode 100755
index 00000000..ebf9f29e
Binary files /dev/null and b/doc/preview/demo_progress_bar_ring.png differ
diff --git a/doc/preview/demo_rectangle.png b/doc/preview/demo_rectangle.png
new file mode 100755
index 00000000..3b085815
Binary files /dev/null and b/doc/preview/demo_rectangle.png differ
diff --git a/doc/preview/demo_slider.png b/doc/preview/demo_slider.png
new file mode 100755
index 00000000..75d0890b
Binary files /dev/null and b/doc/preview/demo_slider.png differ
diff --git a/doc/preview/demo_tooltip.png b/doc/preview/demo_tooltip.png
new file mode 100755
index 00000000..8bb3bc9b
Binary files /dev/null and b/doc/preview/demo_tooltip.png differ
diff --git a/doc/preview/demo_tree_view.png b/doc/preview/demo_tree_view.png
new file mode 100755
index 00000000..38a3846c
Binary files /dev/null and b/doc/preview/demo_tree_view.png differ