Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Last active January 8, 2022 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypeJunction/0b01047e2a4590a4877722d3a52c0e44 to your computer and use it in GitHub Desktop.
Save hypeJunction/0b01047e2a4590a4877722d3a52c0e44 to your computer and use it in GitHub Desktop.
<label>
Search
<input type="search" value="bear" aria-busy aria-describedby="search-progress" />
</label>
<div role="progressbar" class="spinner" aria-label="Searching for bear" />
<ul aria-label="Search Results" aria-busy aria-describedby="search-progress">
<li>Elephant</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment