Components
A dynamic, animated nebula background with multiple glowing orbs and a starfield, built with React and CSS.
npx @21st-dev/cli add dhileepkumargm/cosmic-nebulaLoading preview...
import { Component } from "@/components/ui/cosmic-nebula";
export default function DemoOne() {
return <Component />;
}