Components
Loading preview...
Bubble Text Hover Animation
npx shadcn@latest add https://21st.dev/r/minhxthanh/bubble-textimport { 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>
);
}