import { Button } from '@/registry/default/ui/button';
export default function ButtonDemo() {
return <Button variant="destructive">Button</Button>;
}
npx shadcn@latest add @reui/button-destructiveimport { ButtonDestructive } from "@/components/button-destructive"<ButtonDestructive />