Text Ripple Example

PreviousNext

Mouse-tracked ripple effect applied to headline text.

Docs
phucbmcomponent

Preview

Loading preview…
registry/phucbm/blocks/text-ripple/example.transformed.tsx
import {TextRipple} from "@/components/phucbm/text-ripple";

export default function Example() {
    return (
        <TextRipple className="h-screen"/>
    );
}

Installation

npx shadcn@latest add @phucbm/text-ripple-example

Usage

import { TextRippleExample } from "@/components/text-ripple-example"
<TextRippleExample />