Components
Loading preview...
Raycast Animated Black Background on mouse move, modern black and white
npx shadcn@latest add https://21st.dev/r/serjobas/raycast-animated-black-backgroundimport { Component } from "@/components/ui/raycast-animated-black-background";
export default function DemoOne() {
return <Component />;
}