Button 39

PreviousNext

Animated button with ripple effect on click

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/button/button-39.tsx
import { RippleButton } from '@/registry/new-york/ui/ripple-button'

const ButtonRippleEffectDemo = () => {
  return <RippleButton>Ripple Effect</RippleButton>
}

export default ButtonRippleEffectDemo

Installation

npx shadcn@latest add @shadcn-studio/button-39

Usage

import { Button39 } from "@/components/button-39"
<Button39 />