Components
Animated dot-grid background with diagonal shooting star streaks and glowing nodes for hero sections and feature blocks.
npx @21st-dev/cli add nexus-ui/shooting-stars-gridLoading preview...
import { ShootingStarsGrid } from "@/components/ui/shooting-stars-grid";
export default function Default() {
return (
<div className="p-6">
<ShootingStarsGrid />
</div>
);
}