diff --git a/docs/pages/components/menu-item.md b/docs/pages/components/menu-item.md
index 5bc1f23cf..c1e1f3f0b 100644
--- a/docs/pages/components/menu-item.md
+++ b/docs/pages/components/menu-item.md
@@ -60,35 +60,6 @@ const App = () => (
## Examples
-### Disabled
-
-Add the `disabled` attribute to disable the menu item so it cannot be selected.
-
-```html:preview
-
- Option 1
- Option 2
- Option 3
-
-```
-
-{% raw %}
-
-```jsx:react
-import WaMenu from '@shoelace-style/shoelace/dist/react/menu';
-import WaMenuItem from '@shoelace-style/shoelace/dist/react/menu-item';
-
-const App = () => (
-
- Option 1
- Option 2
- Option 3
-
-);
-```
-
-{% endraw %}
-
### Prefix & Suffix
Add content to the start and end of menu items using the `prefix` and `suffix` slots.
@@ -151,6 +122,64 @@ const App = () => (
{% endraw %}
+### Disabled
+
+Add the `disabled` attribute to disable the menu item so it cannot be selected.
+
+```html:preview
+
+ Option 1
+ Option 2
+ Option 3
+
+```
+
+{% raw %}
+
+```jsx:react
+import WaMenu from '@shoelace-style/shoelace/dist/react/menu';
+import WaMenuItem from '@shoelace-style/shoelace/dist/react/menu-item';
+
+const App = () => (
+
+ Option 1
+ Option 2
+ Option 3
+
+);
+```
+
+{% endraw %}
+
+### Loading
+
+Use the `loading` attribute to indicate that a menu item is busy. Like a disabled menu item, clicks will be suppressed until the loading state is removed.
+
+```html:preview
+
+ Option 1
+ Option 2
+ Option 3
+
+```
+
+{% raw %}
+
+```jsx:react
+import WaMenu from '@shoelace-style/shoelace/dist/react/menu';
+import WaMenuItem from '@shoelace-style/shoelace/dist/react/menu-item';
+
+const App = () => (
+
+ Option 1
+ Option 2
+ Option 3
+
+);
+```
+
+{% endraw %}
+
### Checkbox Menu Items
Set the `type` attribute to `checkbox` to create a menu item that will toggle on and off when selected. You can use the `checked` attribute to set the initial state.
diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md
index a9fc72a0d..8a63eabf5 100644
--- a/docs/pages/resources/changelog.md
+++ b/docs/pages/resources/changelog.md
@@ -22,6 +22,7 @@ New versions of Web Awesome are released as-needed and generally occur when a cr
## Next
+- Added the `loading` attribute and the `spinner` and `spinner__base` part to `` [#1700]
- Added the `hover-bridge` feature to `` to support better tooltip accessibility [#1734]
- Fixed a bug in `` and `` that made it work differently from `` and `