Happy path
The action resolves after two seconds. Notice the trailing dots in the progress label bob in a wave — write the label with a trailing … and the button animates it for you.
<ProgressButton
onAction={() => deploy()} // any promise
progressLabel="Deploying…"
successLabel="Deployed"
>
Deploy
</ProgressButton>