Components
The component now creates a complete storm experience with synchronized visual and audio effects that feel natural and immersive!
npx shadcn@latest add https://21st.dev/r/designali-in/rainLoading preview...
import { Component } from "@/components/ui/rain";
export default function DemoOne() {
return <Component />;
}