Components
A procedurally animated cosmic loom that weaves threads of light across a static grid. Built with pure CSS and React, this component simulates a shuttle drifting across space, leaving behind glowing weft trails. Ideal for ambient hero sections, generative art showcases, or themed UI backgrounds.
npx @21st-dev/cli add dhileepkumargm/celestial-loomLoading preview...
import { Component } from "@/components/ui/celestial-loom";
export default function DemoOne() {
return <Component />;
}