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