import { Button } from "@/components/ui/button";
export const title = "Button with Text";
const Example = () => <Button variant="destructive">Button</Button>;
export default Example;
npx shadcn@latest add @shadcnblocks/button-button-destructive-1import { ButtonButtonDestructive1 } from "@/components/button-button-destructive-1"<ButtonButtonDestructive1 />