Components
Add a loading indicator with aria-busy="true".
aria-busy="true"
It can be applied to any block:
<article aria-busy="true"></article>
Any inline element:
Any button:
Edit this page on GitHub