Components
Loading preview...
A glossy indigo button with a layered gradient bezel and an inner panel that sinks with an inset glow on press, giving a polished, candy-like depth. Theme-agnostic indigo finish.
@radiumcoders
npx shadcn@latest add https://21st.dev/r/radiumcoders/shiny-button"use client";
import ShinyButton from "@/components/ui/shiny-button";
export default function Default() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-background p-12">
<ShinyButton>Deploy Doom</ShinyButton>
</div>
);
}