diff --git a/docs/pages/components/button.md b/docs/pages/components/button.md index 0b6d5405..084d84ea 100644 --- a/docs/pages/components/button.md +++ b/docs/pages/components/button.md @@ -417,7 +417,7 @@ const App = () => ( ### Loading -Use the `loading` attribute to make a button busy. The width will remain the same as before, preventing adjacent elements from moving around. Clicks will be suppressed until the loading state is removed. +Use the `loading` attribute to make a button busy. The width will remain the same as before, preventing adjacent elements from moving around. ```html:preview Default