A pure HTML/CSS implementation of Chrome-style tabs with drag-and-drop functionality.
Chrome Tabs is a frontend library that provides a pure HTML/CSS implementation of Google Chrome's tab interface. It allows developers to add Chrome-style tabs to web applications with drag-and-drop functionality, replicating the exact look and feel of the browser's native tabs.
Frontend developers and designers building web applications that require a familiar, polished tab interface, especially those prioritizing lightweight, framework-agnostic solutions.
Developers choose Chrome Tabs for its pixel-perfect visual accuracy, simplicity, and lack of heavy dependencies, making it easy to customize and integrate into existing projects without the overhead of larger UI frameworks.
Chrome-style tabs in HTML/CSS.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Faithfully replicates Chrome's gradients and icons with pixel-perfect accuracy, as shown in the live demo gif on the README.
Built entirely with pure HTML/CSS and minimal dependencies, ensuring fast load times and easy addition to any web project without framework overhead.
Includes drag-and-drop functionality for tab reordering using the Draggabilly library, as explicitly mentioned in the README.
No reliance on heavy JavaScript frameworks, making it straightforward to customize and embed in vanilla web applications.
Drag-and-drop features depend on the Draggabilly library, adding an external dependency that can complicate maintenance and compatibility.
The README provides only a live demo link and brief description, lacking detailed setup guides, API references, or customization examples.
Focused solely on Chrome's visual style, making it difficult to adapt for other themes or branding without significant CSS overrides.