Here is animated pendulum component
import Pendulum from "@/components/ui/pendulum-component"; export default function PendulumDemo() { return ( <> <main className="flex items-center justify-center w-screen h-screen bg-black-900"> <Pendulum /> </main> </> ); }
Part of Kaif UI — browse the full library on 21st.dev.