From 6119804b00475a7e6b98b97e58b99e1b5273059c Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Tue, 12 Dec 2023 14:52:31 +0200 Subject: [PATCH] docs: updated the Button documentation site section --- src/Button/README.md | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/src/Button/README.md b/src/Button/README.md index 55a1ef69a8..93e235e375 100644 --- a/src/Button/README.md +++ b/src/Button/README.md @@ -200,30 +200,11 @@ For link to be `disabled`, it must have href defined with some value. )} ``` -### With a Spinner - -```jsx live -<> - - - - - - - -``` +## Stateful buttons +To implement loading state using a `Button` component, the [StatefulButton](https://paragon-openedx.netlify.app/components/statefulbutton/) component +is available for use.
+This specialized component is designed to seamlessly manage and display boot states, providing a more efficient and +user-friendly experience. ***