Last active
July 30, 2024 01:24
-
-
Save Klerith/8c9b2178830045b3f5126422bd0223e1 to your computer and use it in GitHub Desktop.
Contenido HTML del Modal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> Nuevo evento </h1> | |
<hr /> | |
<form className="container"> | |
<div className="form-group mb-2"> | |
<label>Fecha y hora inicio</label> | |
<input className="form-control" placeholder="Fecha inicio" /> | |
</div> | |
<div className="form-group mb-2"> | |
<label>Fecha y hora fin</label> | |
<input className="form-control" placeholder="Fecha inicio" /> | |
</div> | |
<hr /> | |
<div className="form-group mb-2"> | |
<label>Titulo y notas</label> | |
<input | |
type="text" | |
className="form-control" | |
placeholder="Título del evento" | |
name="title" | |
autoComplete="off" | |
/> | |
<small id="emailHelp" className="form-text text-muted">Una descripción corta</small> | |
</div> | |
<div className="form-group mb-2"> | |
<textarea | |
type="text" | |
className="form-control" | |
placeholder="Notas" | |
rows="5" | |
name="notes" | |
></textarea> | |
<small id="emailHelp" className="form-text text-muted">Información adicional</small> | |
</div> | |
<button | |
type="submit" | |
className="btn btn-outline-primary btn-block" | |
> | |
<i className="far fa-save"></i> | |
<span> Guardar</span> | |
</button> | |
</form> |
el mejor curso que he hecho
Gracias Fernando!!!
Gracias el mejor!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias profe <3..