Hyper Text Demo

PreviousNext

Example showing text with scrambling letter animations.

Docs
magicuiexample

Preview

Loading preview…
registry/example/hyper-text-demo.tsx
import { HyperText } from "@/registry/magicui/hyper-text"

export default function HyperTextDemo() {
  return <HyperText>Hover Me!</HyperText>
}

Installation

npx shadcn@latest add @magicui/hyper-text-demo

Usage

import { HyperTextDemo } from "@/components/hyper-text-demo"
<HyperTextDemo />