word-pull-up-text-demo

Previous

Example showing a word-pull-up-text-demo component.

Docs
eldorauiexample

Preview

Loading preview…
registry/example/word-pull-up-text-demo.tsx
import { WordPullUpText } from "@/registry/eldoraui/word-pull-up-text"

export function WordPullUpTextDemo() {
  return (
    <WordPullUpText
      className="font-display text-center text-4xl font-bold -tracking-widest text-black md:text-7xl md:leading-[5rem] dark:text-white"
      text="Word Pull Up"
    />
  )
}

Installation

npx shadcn@latest add @eldoraui/word-pull-up-text-demo

Usage

import { WordPullUpTextDemo } from "@/components/word-pull-up-text-demo"
<WordPullUpTextDemo />