Here is Stars Scrolling Wheel component
'use client'; import { Component } from "@/components/ui/stars-scrolling-wheel"; const DemoOne = () => { return ( <div className="size-full flex items-center justify-center"> <Component stars={1000} delay={1000} /> </div> ); }; export { DemoOne };
Part of Animate UI — browse the full library on 21st.dev.