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