Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created November 25, 2022 19:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Klerith/d6bc5662c8a99da409468eadb676497f to your computer and use it in GitHub Desktop.
Save Klerith/d6bc5662c8a99da409468eadb676497f to your computer and use it in GitHub Desktop.
Contenido del modal
<div class="modal-dialog">
<form novalidate>
<span>User</span>
<input type="text" name="firstName" placeholder="First Name" />
<input type="text" name="lastName" placeholder="Last Name" />
<input type="number" name="balance" placeholder="Balance" />
<div>
<input type="checkbox" id="is-active" name="isActive" checked/>
<label for="is-active">is active?</label>
</div>
<button type="submit">
Save
</button>
</form>
</div>
@codeConqueror7
Copy link

H$ll@ W@ld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment