From 15192abc98bfc355f979fd121415f7fcc95edca9 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Fri, 10 Jan 2025 09:45:55 +0700 Subject: [PATCH] update doc --- docs/data/material/components/buttons/buttons.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data/material/components/buttons/buttons.md b/docs/data/material/components/buttons/buttons.md index 4070554c9e4366..0b1b19fe71ff27 100644 --- a/docs/data/material/components/buttons/buttons.md +++ b/docs/data/material/components/buttons/buttons.md @@ -113,9 +113,9 @@ Use `color` prop to apply theme color palette to component. {{"demo": "IconButtonColors.js"}} -### Loading (from v6.4.0) +### Loading -Use `loading` prop to set icon buttons in a loading state and disable interactions. +Starting from v6.4.0, use `loading` prop to set icon buttons in a loading state and disable interactions. {{"demo": "LoadingIconButton.js"}} @@ -131,9 +131,9 @@ To create a file upload button, turn the button into a label using `component="l {{"demo": "InputFileUpload.js"}} -## Loading (from v6.4.0) +## Loading -Use the `loading` prop to set buttons in a loading state and disable interactions. +Starting from v6.4.0, use the `loading` prop to set buttons in a loading state and disable interactions. {{"demo": "LoadingButtons.js"}}