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 3286270 commit cb8c1faCopy full SHA for cb8c1fa
test/support/data/doc.md
@@ -30,13 +30,10 @@ Provide the `content` and `label` children to create a menu.
30
</Group>
31
</Menu>
32
```
33
-Menus can be nested by including another [`<Menu>`](menu.html#Menu/1) in the `content`.
+Menus can be nested by including another [`<Menu>`](menu.html#/documentation/liveviewnative/menu/1) in the `content`.
34
## Children
35
* `label` - Describes the content of the menu.
36
* `content` - Elements displayed when expanded.
37
38
## SwiftUI Documentation
39
See [`SwiftUI.Menu`](https://developer.apple.com/documentation/swiftui/Menu) for more details on this View.
40
-
41
42
0 commit comments