Button Disabled

PreviousNext

button-disabled-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/buttons/button/button-disabled-demo.tsx
"use client"

import { Button } from "@/components/ui/button"

export default function ButtonDisabledDemo() {
  return <Button isDisabled>Label</Button>
}

Installation

npx shadcn@latest add @intentui/button-disabled-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.