A create button that expands into a grid menu using shared layout animations and clip-path transitions
"use client" import CreateButton from "@/components/ui/motion-create-button" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <CreateButton /> </div> ) }