Word by Word Example

Previous

Word by word effect applied to a container.

Docs
phucbmcomponent

Preview

Loading preview…
registry/phucbm/blocks/word-by-word/example.transformed.tsx
import {WordByWord} from "@/components/phucbm/word-by-word";

export default function Example() {
    return (
        <WordByWord/>
    );
}

Installation

npx shadcn@latest add @phucbm/word-by-word-example

Usage

import { WordByWordExample } from "@/components/word-by-word-example"
<WordByWordExample />