diff --git a/front/ui-docs/components/ui/layout/spacer.md b/front/ui-docs/components/ui/layout/spacer.md
index 23ac5c44c..4852e0dc8 100644
--- a/front/ui-docs/components/ui/layout/spacer.md
+++ b/front/ui-docs/components/ui/layout/spacer.md
@@ -159,8 +159,22 @@ Note the `+` before `size`. Some browsers will output a string for the `Input` v
+## Restrict the dimension of a spacer with the `v` and `h` props
+
+By default, a spacer is square. You can make it horizontal with `h` and vertical with `v`. See the example in the following section.
+
## Use the Spacer to vary an element's dimensions
+```vue-html
+
+
+
+
+
+
+
+```
+