@@ -129,7 +129,7 @@ The following example creates a simple grid. For more information about creating
129
129
</AbsoluteLayout >
130
130
```
131
131
132
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/absolute_layout_grid.svg " />
132
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/absolute_layout_grid.svg " />
133
133
134
134
#### Example: Overlapping elements
135
135
@@ -156,7 +156,7 @@ The following example creates a group of overlapping items.
156
156
</AbsoluteLayout >
157
157
```
158
158
159
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/absolute_layout_overlap.svg " />
159
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/absolute_layout_overlap.svg " />
160
160
161
161
#### Props
162
162
@@ -199,7 +199,7 @@ The following example creates a frame-like layout consisting of 4 elements, posi
199
199
</DockLayout >
200
200
```
201
201
202
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/dock_layout_no_stretch.svg " />
202
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/dock_layout_no_stretch.svg " />
203
203
204
204
#### Example: Dock to every side and stretch the last child
205
205
@@ -214,7 +214,7 @@ The following example shows how `stretchLastChild` affects the positioning of ch
214
214
</DockLayout >
215
215
```
216
216
217
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/dock_layout_stretch.svg " />
217
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/dock_layout_stretch.svg " />
218
218
219
219
#### Example: Dock to every side and the center
220
220
@@ -230,7 +230,7 @@ The following example creates a `<DockLayout>` of 5 elements. The first four wra
230
230
</DockLayout >
231
231
```
232
232
233
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/dock_layout_all_sides_and_stretch.svg " />
233
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/dock_layout_all_sides_and_stretch.svg " />
234
234
235
235
#### Example: Dock multiple children to the same side
236
236
@@ -245,7 +245,7 @@ The following example creates a single line of 4 elements that stretch across th
245
245
</DockLayout >
246
246
```
247
247
248
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/dock_layout_multiple_on_same_side.svg " />
248
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/dock_layout_multiple_on_same_side.svg " />
249
249
250
250
#### Props
251
251
@@ -293,7 +293,7 @@ The following example creates a simple 2-by-2 grid with fixed column widths and
293
293
</GridLayout >
294
294
```
295
295
296
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/grid_layout.svg " />
296
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/grid_layout.svg " />
297
297
298
298
#### Example: Grid layout with star sizing
299
299
@@ -308,7 +308,7 @@ The following example creates a grid with responsive design, where space is allo
308
308
</GridLayout >
309
309
```
310
310
311
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/grid_layout_star_sizing.svg " />
311
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/grid_layout_star_sizing.svg " />
312
312
313
313
#### Example: Grid layout with fixed and auto sizing
314
314
@@ -323,7 +323,7 @@ The following example create a grid with one auto-sized column and one column wi
323
323
</GridLayout >
324
324
```
325
325
326
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/grid_layout_fixed_auto.svg " />
326
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/grid_layout_fixed_auto.svg " />
327
327
328
328
#### Example: Grid layout with mixed sizing and merged cells
329
329
@@ -341,7 +341,7 @@ The following example creates a complex grid with responsive design, mixed width
341
341
</GridLayout >
342
342
```
343
343
344
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/grid_layout_complex.svg " />
344
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/grid_layout_complex.svg " />
345
345
346
346
#### Props
347
347
@@ -386,7 +386,7 @@ The following example creates a vertical stack of 3 equally-sized elements. Item
386
386
</StackLayout >
387
387
```
388
388
389
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/stack_layout_vertical.svg " />
389
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/stack_layout_vertical.svg " />
390
390
391
391
#### Example: Horizontal stacking
392
392
@@ -400,7 +400,7 @@ The following example creates a horizontal stack of 3 equally-sized elements. It
400
400
</StackLayout >
401
401
```
402
402
403
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/stack_layout_horizontal.svg " />
403
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/stack_layout_horizontal.svg " />
404
404
405
405
#### Example: Stack layout with horizontally aligned children
406
406
@@ -438,7 +438,7 @@ The following example creates a diagonal stack of items with responsive sizes. I
438
438
</StackLayout >
439
439
```
440
440
441
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/stack_layout_vertical_align_children.svg " />
441
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/stack_layout_vertical_align_children.svg " />
442
442
443
443
#### Example: Horizontal stack layout with vertically aligned children
444
444
@@ -476,7 +476,7 @@ The following example creates a diagonal stack of items with responsive sizes. I
476
476
</StackLayout >
477
477
```
478
478
479
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/stack_layout_horizontal_align_children.svg " />
479
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/stack_layout_horizontal_align_children.svg " />
480
480
481
481
#### Props
482
482
@@ -624,7 +624,7 @@ The following example creates a row of equally-sized items. When the row runs ou
624
624
</WrapLayout >
625
625
```
626
626
627
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/wrap_layout_horizontal.svg " />
627
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/wrap_layout_horizontal.svg " />
628
628
629
629
#### Example: Vertical wrap layout
630
630
@@ -639,7 +639,7 @@ The following example creates a column of equally-sized items. When the row runs
639
639
</WrapLayout >
640
640
```
641
641
642
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/wrap_layout_vertical.svg " />
642
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/wrap_layout_vertical.svg " />
643
643
644
644
#### Props
645
645
@@ -672,7 +672,7 @@ The following example creates a row of three equally-sized elements that span ac
672
672
</FlexboxLayout >
673
673
```
674
674
675
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/flexbox_layout_row_stretch.svg " />
675
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/flexbox_layout_row_stretch.svg " />
676
676
677
677
#### Example: Column flex layout
678
678
@@ -686,7 +686,7 @@ The following example creates a column of three equally-sized elements that span
686
686
</FlexboxLayout >
687
687
```
688
688
689
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/flexbox_layout_column_stretch.svg " />
689
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/flexbox_layout_column_stretch.svg " />
690
690
691
691
#### Example: Row flex layout with items aligned to ` flex-start `
692
692
@@ -700,7 +700,7 @@ The following example creates a row of three items placed at the top of the scre
700
700
</FlexboxLayout >
701
701
```
702
702
703
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/flexbox_layout_row_flex-start.svg " />
703
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/flexbox_layout_row_flex-start.svg " />
704
704
705
705
#### Example: Row flex layout with custom order
706
706
@@ -714,7 +714,7 @@ The following example creates a row of three items placed at the top of the scre
714
714
</FlexboxLayout >
715
715
```
716
716
717
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/flexbox_layout_row_custom_order.svg " />
717
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/flexbox_layout_row_custom_order.svg " />
718
718
719
719
#### Example: Row flex layout with wrapping
720
720
@@ -729,7 +729,7 @@ The following example creates four items with enabled line wrapping. When the ro
729
729
</FlexboxLayout >
730
730
```
731
731
732
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/flexbox_layout_wrap.svg " />
732
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/flexbox_layout_wrap.svg " />
733
733
734
734
#### Example: Column flex layout with reverse order and items with a different ` alignSelf `
735
735
@@ -764,7 +764,7 @@ The following example shows how to use:
764
764
</FlexboxLayout >
765
765
```
766
766
767
- <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript-vue .org/layouts/flexbox_layout_column_reverse_space_around_align_self.svg " />
767
+ <img class =" md:w-1/2 lg:w-1/3 " src =" https://art.nativescript.org/layouts/flexbox_layout_column_reverse_space_around_align_self.svg " />
768
768
769
769
#### Props
770
770
0 commit comments