dequelabs / dequelabs/cauldron
Add loader button
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
Need to research to see what the requirements are, but the idea would be that we could have `` that would disable the button and add some sort of loading indication visually and to assistive technology users.
```jsx
```
There's a few things that need answers:
* How will this work with various screen readers?
* What's the impact of different solutions?
This kind of component would be extremely useful in the extension, as there are several interactions that could make use of this.
## Inert State
```jsx
Submit
```
## Loading State
How to announce status changes? With `aria-disabled` we would also need to squash any `key`/`click` events.
```jsx
Submit
```
Contributor guide
Assessment
This issue has not been assessed yet.