Skip to content

Instantly share code, notes, and snippets.

@jahio
Created May 1, 2020 00:00
Embed
What would you like to do?
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