Trippy animation of repitition
npx shadcn@latest add https://21st.dev/r/h0bb5/bloom
Loading preview...
import { Component } from "@/components/ui/bloom"; export default function DemoOne() { return <Component />; }