Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created July 30, 2021 21:34
Show Gist options
  • Save efleming969/bf9af61db4198e4d492deb9b076e3923 to your computer and use it in GitHub Desktop.
Save efleming969/bf9af61db4198e4d492deb9b076e3923 to your computer and use it in GitHub Desktop.
<View title="Add Game">
<label for="code">Code</label>
<input id="code" name="code"/>
<button>Fetch game data</button>
<ul role="list" aria-label="list of players">
<li>
<label for="player-joe">joe</label>
<input id="player-joe" type="radio"/>
</li>
</ul>
<button type="submit">Submit</button>
<div role="alert" aria-label="confirmation">Your game was submitted!</div>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment