pnpm dlx shadcn@latest add @gammaui/data-feeding-in
The DataFeedingIn component visualizes data flowing into a system. Animated SVG paths fan out from a source, carrying pulsing purple gradient beams along each line, before converging into a frosted-glass table panel where rows animate in one by one.
linearGradient animated with Framer Motion for a continuous sweep effect.import DataFeedingIn from "@/components/gammaui/data-feeding-in"
export default function Page() {
return (
<div className="flex h-screen items-center justify-center bg-black">
<DataFeedingIn />
</div>
)
}#716FFF stop colors in the gradient defs or the Tailwind classes on the table panel.overflow-hidden if you need to clip the entry animation.