Components
Animated MacBook-style overlay that displays looping gradient skeleton rows with floating status messaging while a site build is in progress, using Framer Motion for smooth transitions.
Loading preview...
import { Component } from "@/components/ui/loading-screen";
export default function DemoOne() {
return <Component />;
}