PressButton
Momentary press feedback synchronized across pointer and keyboard input with reduced-motion handling.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/press-button.jsonInstall with the CLI
# adds PressButton to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/press-button.jsonOr install the package
// npm install @uigrids/react-ui
import { PressButton } from '@uigrids/react-ui'
export default function App() {
return <PressButton />
}