This component no longer exists. It was in Pure UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 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.
button-destructive-variant-demo
pure-ui/button-destructive-variant-demoRemovedExample
Pure UI publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/button-destructive-variant-demo.jsonSource
1import { Button } from "@/registry/pure-ui/ui/button";23export function ButtonDestructiveVariantDemo() {4 return <Button variant="destructive">Destructive</Button>;5}
What it pulls in
Other registry items
