Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 21, 2022 15:40
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 parzibyte/79360888a609591c69e27d4c2e4c1fba to your computer and use it in GitHub Desktop.
Save parzibyte/79360888a609591c69e27d4c2e4c1fba to your computer and use it in GitHub Desktop.
const resultado = await Swal
.fire({
input: "number",
html: `
<h2>Total: <small >$${TOTAL_VENTA.toFixed(2)}</small></h2>
<h1>Cambio: <small id="cambio"></small></h1>
`,
showCancelButton: true,
confirmButtonText: "Ok",
cancelButtonText: "Cancelar",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment