Components
A procedurally animated clockwork simulation featuring rotating gears and dynamic spark trails. Built with pure CSS and React, this component evokes a glowing mechanical core surrounded by interlocking motion. Ideal for hero sections, ambient loaders, or themed UI backgrounds with a steampunk or cosmic twist.
npx @21st-dev/cli add dhileepkumargm/chronos-engine-1Loading preview...
import { Component } from "@/components/ui/chronos-engine-1";
export default function DemoOne() {
return <Component />;
}