1 रिपॉजिटरी
UI components specifically designed for displaying code differences with features like collapsible file lists.
Distinct from DOM Element Injection Utilities: No candidates focused on the specific high-level component structure of a diff viewer (collapsible lists, sticky headers)
Explore 1 awesome GitHub repository matching user interface & experience · Diff UI Components. Refine with filters or upvote what's useful.
diff2html is a Git diff visualization library that transforms unified diff text into structured HTML. It serves as a renderer for visualizing code changes in web browsers, providing components to inject stylized diff visualizations and collapsible file lists directly into web page elements. The library enables both side-by-side and line-by-line code comparisons. It includes a syntax highlighting diff viewer that applies language-specific color coding to source code based on file extensions or manual mappings. To maintain alignment during reviews, the project implements synchronized scrolling
Injects stylized diff visualizations into web pages with collapsible file lists and sticky headers.