Skip to content

Commit

Permalink
docs(button): revised based on feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Najika Halsema Yoo <44980010+najikahalsema@users.noreply.github.com>
  • Loading branch information
nikkimk and najikahalsema authored Oct 18, 2024
1 parent ef03652 commit cd7ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ While disabled, `<sp-button>` elements will not respond to click events and will
### Pending

While in pending state, `<sp-button>` elements will not respond to click events and will appear faded with an indeterminate `<sp-progress-circle>`.
`<sp-button>` elements label and icon will be hidden while in pending state.
The `<sp-button>` element's label and icon will be hidden while in pending state.

Note: The pending state of the `<sp-button>` element is applied after a 1s delay to avoid flashing the pending state for quick actions. You can override the delay by adding custom css var `--pending-delay` to your css.

Expand Down

0 comments on commit cd7ce3a

Please sign in to comment.