Here is gradient cursor effect
import { Component } from "@/components/ui/cursor-gradient" const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center overflow-hidden bg-black text-white"> <Component /> </div> ); }; export { DemoOne };
Part of UI Layouts — browse the full library on 21st.dev.