Flying Posters
A layouts flying posters component
import FlyingPosters from "@/components/vritti/flying-posters";
export function FlyingPostersExample() {
return (
<div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border">
<FlyingPosters
items={[
"/placeholder.jpg",
"/placeholder.jpg",
"/placeholder.jpg",
"/placeholder.jpg",
]}
/>
</div>
);
}
Installation
pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/flying-posters"
Dependencies
pnpm add ogl