Utility
Terminal
Installation
$ pnpm dlx shadcn@latest add @termcn/ink/diff-view
Usage
import { DiffView } from "@/components/ui/diff-view";<DiffView
filename="config.ts"
oldText={"const port = 3000;\nconst host = 'localhost';"}
newText={"const port = 8080;\nconst host = 'localhost';\nconst debug = true;"}
/>API Reference
DiffView
| Prop | Type | Default |
|---|---|---|
oldText | string | required |
newText | string | required |
filename | string | - |
language | string | - |
mode | "unified" | "split" | "inline" | "unified" |
context | number | 3 |
showLineNumbers | boolean | false |
Notes
Accessibility
termcn exposes the following behavior through Ink's terminal accessibility APIs. This is not a browser ARIA or general WCAG-conformance claim.
- Screen reader: Visual output exposes its meaningful value through a textual alternative or bounded accessible summary.