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.
Loki Text Effect Demo
atlas-ui/loki-text-effect-demoRemovedExample
Example showcasing the iconic animation from the Loki series intro.
Install it
npx shadcn@latest add https://atlasui.dev/r/loki-text-effect-demo.jsonSource
1import { LokiTextEffect } from "@/registry/react/atlasui/loki-text-effect";23export const LokiTextEffectDemo = () => {4 return <LokiTextEffect text="Loki" />;5};
What it pulls in
Other registry items
