Components
Loading preview...
Clouds Animated Background
npx shadcn@latest add https://21st.dev/r/serjobas/clouds-animated-backgroundimport { Component } from "@/components/ui/clouds-animated-background";
export default function DemoOne() {
return <Component />;
}