Components
Apple-style feature grid where every cell contains its own independent living animation. A self-drawing line chart with a tracking dot, an orbiting dot ring with a pulsing core, an auto-typing code block with a blinking cursor, a morphing color gradient, a radar sweep with appearing blips, and stacking layers that breathe with perspective. All 6 animations run simultaneously on load. Staggered entrance with blur-to-sharp transitions. Fully props-driven — pass your own cells with custom visuals, or use the built-in defaults.
Loading preview...
import { Component as LivingBento } from "@/components/ui/living-bento-block";
export default function Demo() {
return <LivingBento />;
}