import { Button } from "@/components/ui/button";
export const title = "Rounded Button";
const Example = () => (
<Button className="rounded-full" variant="destructive">
Button
</Button>
);
export default Example;
npx shadcn@latest add @shadcnblocks/button-button-destructive-4import { ButtonButtonDestructive4 } from "@/components/button-button-destructive-4"<ButtonButtonDestructive4 />