A Motion for React tab bar that shares an underline and waits on the selected food icon, from the official Motion examples catalog.
"use client" import SharedLayoutAnimation from "@/components/ui/motion-shared-layout-animation" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-6"> <SharedLayoutAnimation /> </div> ) }