@@ -7,7 +7,7 @@ The Box component creates spacings around components and provides positioning op
7
7
Tip: To make components more reusable, avoid adding outer spacings directly to them; instead,
8
8
wrap them in a Box component.
9
9
10
- <img src =" /v5/vue-box.png " >
10
+ <img : src =" $withBase(' /v5/vue-box.png') " alt = " vue-box component " >
11
11
12
12
``` html
13
13
<vue-box padding =" 16 24" >
@@ -21,7 +21,7 @@ By default, components are equally distributed, but each column can have a speci
21
21
Columns can be stacked, making them ideal for creating forms or general layouts.
22
22
Tip: Columns don't provide vertical space, so pair them with the Stack component.
23
23
24
- <img src =" /v5/vue-columns.png " >
24
+ <img : src =" $withBase(' /v5/vue-columns.png') " alt = " vue-columns component " >
25
25
26
26
``` html
27
27
<vue-columns space =" 16" padding =" 16 24" >
@@ -42,7 +42,7 @@ limiting the content width of a page or component.
42
42
Inline provides both horizontal and vertical spacings between components,
43
43
displaying them with their inline width. It can be stacked and is excellent for creating a list of elements.
44
44
45
- <img src =" /v5/vue-inline.png " >
45
+ <img : src =" $withBase(' /v5/vue-inline.png') " alt = " vue-inline component " >
46
46
47
47
``` html
48
48
<vue-inline space =" 8" padding =" 16 24" >
@@ -61,7 +61,7 @@ Tip: It supports only 3 columns and has a fixed responsive behavior.
61
61
### [ Stack] ( https://vuesion.herokuapp.com/storybook/?path=/story/foundation-layout--stack )
62
62
Stack provides vertical spacings between components, displaying them with their original height.
63
63
64
- <img src =" /v5/vue-stack.png " >
64
+ <img : src =" $withBase(' /v5/vue-stack.png') " alt = " vue-stack component " >
65
65
66
66
``` html
67
67
<vue-stack space =" 8" padding =" 16 24" >
0 commit comments