Components
Loading preview...
An animated image preloader with GSAP transitions, featuring sequential image reveals, smooth zoom effects, and grid-based layout animations with interactive restart functionality
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/layout-preloaderimport App from '../app';
export default function DefaultDemo() {
return <App />;
}