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.
Fancy Theme Toggle Demo
atlas-ui/fancy-theme-toggle-demoRemovedExample
Example of Theme Toggle from the classic Designer vs Developer meme.
Install it
npx shadcn@latest add https://atlasui.dev/r/fancy-theme-toggle-demo.jsonSource
1import { ThemeToggle } from "@/registry/react/atlasui/fancy-theme-toggle";23export const FancyThemeToggleDemo = () => {4 return <ThemeToggle />;5};
What it pulls in
Other registry items
