A tactile button that presses down with depth and tilts toward the pointer when clicked, giving physical, spring-animated feedback.
"use client"; import { PressDepth } from "@/components/ui/press-depth"; export default function PressDepthDemo() { return ( <div className="flex justify-center"> <PressDepth>Press me</PressDepth> </div> ); }
Part of interior.dev — browse the full library on 21st.dev.