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