Components
A chat conversation loading placeholder with avatar, message bubbles, and input bar built from shimmer skeletons.
Loading preview...
import { Pattern } from "@/components/ui/v-skeleton-9";
export default function Default() {
return (
<div className="flex min-h-[540px] w-full items-center justify-center bg-background p-8 text-foreground">
<Pattern />
</div>
);
}