We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e6739 commit d8540ddCopy full SHA for d8540dd
content/docs/en/elements/layouts/stack-layout.md
@@ -70,6 +70,11 @@ The following example creates a diagonal stack of items with responsive sizes. I
70
```
71
<img class="md:w-1/2 lg:w-1/3" src="https://art.nativescript-vue.org/layouts/stack_layout_horizontal_align_children.svg" />
72
73
+## Events
74
+| Name | Description |
75
+|------|-------------|
76
+`tap` | Emitted when the layout is tapped.
77
+
78
## Props
79
80
| Name | Type | Description |
@@ -78,4 +83,4 @@ The following example creates a diagonal stack of items with responsive sizes. I
83
84
## Additional children props
85
81
-None.
86
+None.
0 commit comments