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.
Shiny Button Demo
atlas-ui/shiny-button-demoRemovedExample
Example of Shiny Button with a sleek animation effect.
Install it
npx shadcn@latest add https://atlasui.dev/r/shiny-button-demo.jsonSource
1import { ShinyButton } from "@/registry/react/atlasui/shiny-button";23export const ShinyButtonDemo = () => {4 return <ShinyButton>Button</ShinyButton>;5};
What it pulls in
Other registry items
