fade-text-demo-2

PreviousNext

Example showing a fade-text-demo-2 component.

Docs
eldorauiexample

Preview

Loading preview…
registry/example/fade-text-demo-2.tsx
import { FadeText } from "@/registry/eldoraui/fade-text"

export default function FadeTextDemo2() {
  return (
    <FadeText text="Rising to new heights" direction="up" staggerDelay={0.3} />
  )
}

Installation

npx shadcn@latest add @eldoraui/fade-text-demo-2

Usage

import { FadeTextDemo2 } from "@/components/fade-text-demo-2"
<FadeTextDemo2 />