Docs
Text Flipper Effect

Text Flipper Effect

A Cursor That Follow Images

Installation

Install the required dependencies.

Paste the below command in your terminal

  npx shadcn@latest add "http://skiper-ui.com/registry/text-effect-flipper.json"

Update the import paths to match your project setup.

Usage

import FlipLink from "../ui/text-effect-flipper"
function BasicExample() {
  return (
    <FlipLink href="https://x.com/guri_who">Behance</FlipLink>
  )}