Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jan 10, 2025
1 parent 4b60f03 commit 15192ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/data/material/components/buttons/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}

Expand All @@ -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"}}

Expand Down

0 comments on commit 15192ab

Please sign in to comment.