This component no longer exists. It was in atlas-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Hacker Text Demo
atlas-ui/hacker-text-demoRemovedExample
Example showcasing text animation that scrambles letters before revealing the final text
Install it
npx shadcn@latest add https://atlasui.dev/r/hacker-text-demo.jsonSource
1import { HackerText } from "@/registry/react/atlasui/hacker-text";23export const HackerTextDemo = () => {4 return <HackerText text="Hover Me!" />;5};
What it pulls in
Other registry items
