You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Groups all parts of the navigation menu. Renders a <nav> element."""
49
+
"""Groups all parts of the navigation menu. Renders a <nav> element at the root, or <div> element when nested."""
50
50
51
51
tag="NavigationMenu.Root"
52
52
53
+
# The controlled value of the navigation menu item that should be currently open. When non-nullish, the menu will be open. When nullish, the menu will be closed. To render an uncontrolled navigation menu, use the defaultValue prop instead.
53
54
value: Var[str]
54
55
56
+
# The uncontrolled value of the item that should be initially selected. To render a controlled navigation menu, use the value prop instead.
0 commit comments