Skip to content

Instantly share code, notes, and snippets.

View WalterBehny's full-sized avatar

WALTERBEHNY WalterBehny

View GitHub Profile
@WalterBehny
WalterBehny / Formulario.js
Created November 11, 2019 03:26 — forked from codigoconjuan/Formulario.js
Materiales Introducción React JavaScript Moderno
<form>
<div className="row">
<div>
<label>Cantidad Prestamo</label>
<input
className="u-full-width"
type="number"
placeholder="Ejemplo: 3000"
/>
</div>