Themes
- Default
- Catppuccin
- Dracula
- High Contrast
- High Contrast Light
- Monokai
- Nord
- One Dark
- Solarized
- Tokyo Night
- AMOLED
- Aura
- Ayu
- Carbonfox
- Catppuccin Frappe
- Catppuccin Macchiato
- Cobalt2
- Cursor
- Everforest
- Flexoki
- GitHub
- Gruvbox
- Kanagawa
- Lucent Orng
- Material
- Matrix
- Mercury
- Night Owl
- OC-2
- One Dark Pro
- OpenCode
- Orng
- Osaka Jade
- Palenight
- Rose Pine
- Shades of Purple
- Synthwave '84
- Vercel
- Vesper
- Zenburn
Utility
AI
Terminal
tool-call-demo
No opentui live preview is registered for this example yet.
Installation
$ pnpm dlx shadcn@latest add @termcn/tool-call
Usage
import { ToolCall } from "@/components/ui/tool-call";<ToolCall
name="search_codebase"
args={{ query: "handleSubmit", maxResults: 10 }}
status="success"
result="Found 3 matches in src/components/"
duration={245}
/>API Reference
ToolCall
| Prop | Type | Default |
|---|---|---|
name | string | required |
args | Record<string, unknown> | - |
status | "pending" | "running" | "success" | "error" | required |
result | unknown | - |
duration | number | - |
collapsible | boolean | true |
defaultCollapsed | boolean | true |