Usage
Features
- Customizable with
iconandchildrenprops - Calls
session.end()when clicked
Installation
pnpm dlx shadcn@latest add @agents-ui/agent-disconnect-button
Props
| Prop name | Type | Default |
|---|---|---|
icon? | ReactNode | – |
size? | enum | default |
variant? | enum | destructive |
children? | ReactNode | – |
onClick? | function | – |
ref? | Ref<HTMLButtonElement> | – |
...props? | ComponentProps<'button'> | |