Skip to content

Instantly share code, notes, and snippets.

@jahio
Created May 1, 2020 00:00
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 jahio/dcb68bc716445aec3f22eebf0e8a7dee to your computer and use it in GitHub Desktop.
Save jahio/dcb68bc716445aec3f22eebf0e8a7dee to your computer and use it in GitHub Desktop.
Sample Component Example (Conceptual)
<div>
<input type=“text” placeholder=“Username”>
</div>
<div>
<input type=“password” placeholder=“Password”>
</div>
<div>
<input type=“submit” value=“Login”>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment