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