Components
Loading preview...
Hover a diff line to reveal “add comment,” opening a compact inline thread with Open/Resolved chips and a 2‑row editor—fully keyboard-accessible.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/github-inline-diffimport GithubDiff from "@/components/ui/github-inline-diff";
export default function DemoOne() {
return <GithubDiff />;
}