"use client"
import { Button } from "@/components/ui/button"
export default function ButtonShapeDemo() {
return <Button isCircle>Label</Button>
}
npx shadcn@latest add @intentui/button-shape-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.