magic-ui
components
ui

hyper-text

A text animation that scrambles letters before revealing the final text.

animated
effect
hover
text
View Docs

Source Code

Files
hyper-text
1import { HyperText } from "@/components/magicui/hyper-text";
2 
3export function HyperTextDemo() {
4  return <HyperText>Hover Me!</HyperText>;
5}