A Motion for React layout animation that shuffles four colored squares every second with a spring, from the official Motion examples catalog.
"use client" import ReorderItems from "@/components/ui/motion-reorder-items" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <ReorderItems /> </div> ) }