Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Css.gg Alternatives
Similar projects and alternatives to css.gg
-
Google Fonts
Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
responsively-app
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
-
layoutit-grid
Layoutit grid is a CSS Grid layout generator. Quickly draw down web pages layouts with our clean editor, and get HTML and CSS code to quickstart your next project.
-
-
-
-
lucide
Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
-
tabler-icons
A set of over 5800 free MIT-licensed high-quality SVG icons for you to use in your web projects.
-
-
-
-
-
tailwind-figma
FlowBite is a free and open-source set of UI components and pages in Figma built for Tailwind CSS
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
css.gg discussion
css.gg reviews and mentions
-
17 Free Open-source Icon Libraries (Carefully Curated List, Filterable & Sortable) - Need Feedback
CSS.gg - Pure CSS Icons
-
10+ Best Open Source Icon Libraries in 2024
Website: https://css.gg/
-
Free Icons for your reactjs and web applications
6. css.gg
-
29 Websites For Free Icon Sets
css.gg - A library of more than 500 minimalistic CSS icons, which are customizable and retina-ready.
-
10 FREE SVG Icon Libraries For Front-End Developers
700+ CSS Icons: Pure CSS icons library, Customizable & Retina-Ready built 100% in pure CSS, SVG, SVG Sprite, styled components, Figma, and Adobe XD. Easy integration: Embed, NPM & API.
-
70 Free Resources For Web Designers and Developers
23. css icons
-
Good News!!! Catagories...
// Define and ADD custom CSS const customCSS = ` hr { background-color: #ccc !important; } a.menu-link i { margin-right: 16px; } `; const style = document.createElement("style"); style.type = "text/css"; style.appendChild(document.createTextNode(customCSS)); head.appendChild(style); // Define separator const separator = document.createElement("hr"); separator.setAttribute("width", "80%"); separator.setAttribute("color", "white"); separator.setAttribute("background-color", "white"); separator.setAttribute("height", "1px"); separator.setAttribute("visible", "true"); //Adding links MENU_LINKS.forEach((link) => { if (link.name === "separator") { // Adding separator menuContainer.appendChild(separator.cloneNode()); } else { // Adding link // Manage icon (automatically import if start with gg-*** from https://css.gg) let icon = ""; if (link.icon.startsWith("gg-")) { icon = ``; const ggName = link.icon.replace("gg-", ""); // Inject css in the head const cssLink = document.createElement("link"); cssLink.type = "text/css"; cssLink.rel = "stylesheet"; cssLink.href = `https://css.gg/${ggName}.css`; head.appendChild(cssLink); } else { icon = ``; } // Create link const linkNode = linkTemplate.cloneNode(); linkNode.setAttribute("href", link.url); linkNode.setAttribute("routerLink", link.url); linkNode.setAttribute("target", (link.target || "_self")); linkNode.innerHTML = icon + " " + link.name; // Add link to the menu menuContainer.appendChild(linkNode); } });
- 25 CSS Tools/Resources That You Should Bookmark
-
Web Development Resources series! Part -2
👉 css.gg
- How can I make icons like these using HTML, CSS?
-
A note from our sponsor - Stream
getstream.io | 11 Jul 2025
Stats
astrit/css.gg is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of css.gg is JavaScript.