Components
Loading preview...
A procedurally animated flock of glowing origami birds drifting across a serene, layered background. Built with pure CSS and React, this component uses 3D transforms, clip-paths, and keyframe choreography to simulate lifelike motion. Ideal for ambient hero sections, poetic UI overlays, or generative art showcases.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/living-origami-bgimport { Component } from "@/components/ui/living-origami-bg";
export default function DemoOne() {
return <Component />;
}