Components
Loading preview...
Modern animated particles flow like a gradient of orange, navy blue, red, and sky blue. Great for hero sections and using it as a background.
npx shadcn@latest add https://21st.dev/r/serjobas/animated-triple-backgroundimport { Component } from "@/components/ui/animated-triple-background";
export default function DemoOne() {
return <Component />;
}