This file contains hidden or 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
<!-- 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 --> |