Components
A procedurally animated starburst effect simulating a swirling nebula. Streams of particles erupt from a pulsing proto-star, forming dynamic, layered trails with color-shifting fades. Built with pure CSS and React, this component is ideal for immersive hero sections, ambient backgrounds, or generative UI art.
npx @21st-dev/cli add dhileepkumargm/nebula-forgeryLoading preview...
import { Component } from "@/components/ui/nebula-forgery";
export default function DemoOne() {
return <Component />;
}