A scrollable chat conversation panel with avatars, message bubbles, timestamps and a message input that auto-scrolls to the latest message.
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> ); }
Part of Shadcn UI Kit — browse the full library on 21st.dev.