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
Copy file name to clipboardExpand all lines: src/components/actions/CommandMenu/CommandMenu.docs.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The CommandMenu component supports the following modifiers:
68
68
69
69
Individual menu items within the CommandMenu. Each item is rendered using [ItemBase](/docs/content-itembase--docs) and supports all ItemBase properties for layout, icons, descriptions, and interactive features.
70
70
71
-
For detailed information about all available item properties, see the [Menu.Item documentation](/components/Menu#sub-components) which provides the complete API reference. Key properties include:
71
+
For detailed information about all available item properties, see the [Menu.Item documentation](/docs/actions-menu--docs#sub-components) which provides the complete API reference. Key properties include:
72
72
73
73
| Property | Type | Description |
74
74
|----------|------|-------------|
@@ -118,7 +118,7 @@ For detailed information about all available item properties, see the [Menu.Item
118
118
119
119
### CommandMenu.Section
120
120
121
-
Groups related items together with an optional heading. Same as Menu.Section - see [Menu documentation](/components/Menu#sub-components) for full details.
121
+
Groups related items together with an optional heading. Same as Menu.Section - see [Menu documentation](/docs/actions-menu--docs#sub-components) for full details.
122
122
123
123
| Property | Type | Default | Description |
124
124
|----------|------|---------|-------------|
@@ -127,7 +127,7 @@ Groups related items together with an optional heading. Same as Menu.Section - s
127
127
128
128
### CommandMenu.Trigger
129
129
130
-
Alias for MenuTrigger component. See [Menu.Trigger documentation](/components/Menu#menu-trigger) for full API reference.
130
+
Alias for MenuTrigger component. See [Menu.Trigger documentation](/docs/actions-menu--docs#menu-trigger) for full API reference.
0 commit comments