Components
Loading preview...
A lightweight, GPU-accelerated component that renders an animated warp-drive tunnel. Perfect for landing pages, hero sections, or interactive backgrounds.
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/light-speedimport { LightSpeed } from "@/components/ui/light-speed";
export default function DemoOne() {
return <LightSpeed />;
}