Skip to content

Instantly share code, notes, and snippets.

View elrubiomorado's full-sized avatar
💭
Ninja way

Edgar Avila Gonzalez elrubiomorado

💭
Ninja way
View GitHub Profile
@codigoconjuan
codigoconjuan / app.js
Created July 29, 2020 23:16
Gist para Listado de Clientes
` <tr>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200">
<p class="text-sm leading-5 font-medium text-gray-700 text-lg font-bold"> ${nombre} </p>
<p class="text-sm leading-10 text-gray-700"> ${email} </p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 ">
<p class="text-gray-700">${telefono}</p>
</td>
<td class="px-6 py-4 whitespace-no-wrap border-b border-gray-200 leading-5 text-gray-700">
<p class="text-gray-600">${empresa}</p>