A Click me button that grows a #8df0cc ripple from the pointer or Enter/Space, rebuilt from the official Motion example using motion/react.
"use client" import MaterialDesignRipple from "@/components/ui/motion-material-design-ripple" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <MaterialDesignRipple /> </div> ) }