import * as motion from 'motion/react-client'
import { Button } from '@/registry/new-york/ui/button'
const ButtonTapAnimationDemo = () => {
return (
<Button className='transition-none' asChild>
<motion.button whileTap={{ scale: 0.85 }}>Tap Animation</motion.button>
</Button>
)
}
export default ButtonTapAnimationDemo
npx shadcn@latest add @shadcn-studio/button-42import { Button42 } from "@/components/button-42"<Button42 />