Skip to content

Commit

Permalink
docs(button): update button changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispcode committed Jan 13, 2025
1 parent 70a824c commit cc3345a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/eight-dolls-sniff.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
---

Added `loading` prop/functionality to the Button component. This prop will display a spinner to indicate that the action is in progress. This is useful for actions that take some time to process, such as submitting a form or loading data.

Added `announcement` prop/functionality to the Button component. This prop will announce a message to screen readers. Meant to be used in conjunction with the `loading` prop.

0 comments on commit cc3345a

Please sign in to comment.