A cosmic-themed interactive button with dynamic mouse-tracking animations and smooth hover effects.
import { Component } from "@/components/ui/interactive-button"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); }; export { DemoOne };