Components
A scrollable chat conversation panel with avatars, message bubbles, timestamps and a message input that auto-scrolls to the latest message.
Loading preview...
import Example from "@/components/ui/scroll-area6";
export default function Default() {
return (
<div className="flex w-full items-center justify-center p-6">
<Example />
</div>
);
}