Bubble Text Hover Animation
Loading preview...
import { BubbleText } from "@/components/ui/bubble-text"; export default function DemoOne() { return ( <div className="grid h-screen w-full place-content-center bg-black"> <BubbleText /> </div> ); }