Components
A GPU-driven particle sculpture with shockwave pulses, theme switching, and cinematic bloom, built on Three.js and Tailwind.
npx shadcn@latest add https://21st.dev/r/rahil1202/star-shockwavesLoading preview...
import { StarShockwaves } from "@/components/ui/star-shockwaves";
export default function DemoOne() {
return <StarShockwaves />;
}