diff --git a/docs/.vitepress/theme/components/SmokeDemo.vue b/docs/.vitepress/theme/components/SmokeDemo.vue
index a9180fea..10e580a5 100644
--- a/docs/.vitepress/theme/components/SmokeDemo.vue
+++ b/docs/.vitepress/theme/components/SmokeDemo.vue
@@ -1,7 +1,71 @@
-
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
TresColor | The color of the smoke. | '#ffffff' | No | |
number | The strength of the opacity. | 0.5 | No | |
number | The rotation speed of the smoke. - | 0.4 | No | |
number | The base width. - | 10 | No | |
number | The base depth. + | 0.4 | No | |
number | The base depth. | 1.5 | No | |
number | The number of smoke to render. - | 20 | No | |
string | The texture of the smoke. + | 20 | No | |
number | Spread factor on the X axis. + | 20 | No | |
number | Spread factor on the Y axis. + | 20 | No | |
number | controls the overall size of the smoke segments + | 1 | No | |
string | The texture of the smoke. | default component texture | No | |
boolean | The depthTest. | true | No |