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