We are live on DevHunt: tool of the week contest

check it out

Letter Pull Button

A button where letters pull apart on hover.

Preview

Interactive Preview

Installation

Usage

tsx
import { LetterPullButton } from "@/components/ui/letter-pull-button"

export default function Demo() {
  return <LetterPullButton text="EXPLORE" variant="pull" />
}

Dependencies

framer-motion

Props

PropTypeDefault
textstring-
variant
"pull""wave""flip""jiggle"
pull