Skip to content

Instantly share code, notes, and snippets.

View ladixita's full-sized avatar
💭
Learning

ladixita

💭
Learning
View GitHub Profile
@Klerith
Klerith / IndecisionView.html
Created April 3, 2024 19:19
Ventana de chat para el curso de Vue.js
<!-- Fuente: https://tailwindcomponents.com/component/chat-layout -->
<template>
<div class="bg-gray-100 h-screen flex flex-col max-w-lg mx-auto">
<div class="bg-blue-500 p-4 text-white flex justify-between items-center">
<span>Mi esposa</span>
</div>
<div class="flex-1 overflow-y-auto p-4">
<div class="flex flex-col space-y-2">
<!-- Messages go here -->