{"id":24612686,"url":"https://github.com/heyheychicken/angular-infinite-grid","last_synced_at":"2025-07-20T22:34:37.022Z","repository":{"id":61721116,"uuid":"553707430","full_name":"HeyHeyChicken/Angular-infinite-grid","owner":"HeyHeyChicken","description":"Fast and minimalist grid system for your Angular project.","archived":false,"fork":false,"pushed_at":"2023-12-08T13:04:54.000Z","size":503,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T17:29:28.751Z","etag":null,"topics":["angular","grid"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeyHeyChicken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-10-18T16:29:32.000Z","updated_at":"2024-06-09T20:21:03.000Z","dependencies_parsed_at":"2023-12-08T10:25:28.194Z","dependency_job_id":"3bb53aa1-6d5a-4c3f-bfdc-a3fa3717c295","html_url":"https://github.com/HeyHeyChicken/Angular-infinite-grid","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.15000000000000002","last_synced_commit":"50907b43206561110a2cc9c8c889062b525e7483"},"previous_names":["heyheychicken/angular-infinite-grid","heyheychicken/ng-infinite-grid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HeyHeyChicken/Angular-infinite-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-infinite-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-infinite-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-infinite-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-infinite-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyHeyChicken","download_url":"https://codeload.github.com/HeyHeyChicken/Angular-infinite-grid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyHeyChicken%2FAngular-infinite-grid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266210927,"owners_count":23893343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","grid"],"created_at":"2025-01-24T20:24:46.313Z","updated_at":"2025-07-20T22:34:37.017Z","avatar_url":"https://github.com/HeyHeyChicken.png","language":"SCSS","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-infinite-grid/main/.github/logo.png\" alt=\"Angular-infinite-grid\" width=\"300\"\u003e\n\n**Angular-infinite-grid** is fast and minimalist grid system for your Angular project.\u003cbr\u003e\n\u003c/div\u003e\n\n## 👋 Introduction\n\n**Angular-infinite-grid** is fast and minimalist grid system for your Angular project.\u003cbr\u003e\nThe philosophy behind Angular-infinite-grid is to provide a lightweight and fast Bootstrap-style grid system.\u003cbr\u003e\nYour grid is responsive, and you can define the number of columns per line as you wish.\u003cbr\u003e\n```html\n\u003ccontainer\u003e\n  \u003crow\u003e\n    \u003ccolumn [xs]=\"12\" [sm]=\"4\" [md]=\"6\" [lg]=\"5\" [xl]=\"4\" [xxl]=\"3\"\u003e\n      My first col content\n    \u003c/column\u003e\n    \u003ccolumn [xs]=\"'auto'\" text_lg=\"start\"\u003e\n      My second col content\n    \u003c/column\u003e\n    \u003ccolumn [xs]=\"12\" [sm]=\"4\" [md]=\"2\"\u003e\n      My third col content\n    \u003c/column\u003e\n  \u003c/row\u003e\n\u003c/container\u003e\n```\n\n## 🔧 Prerequisites\n\n[\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-infinite-grid/main/.github/nodeJSLogo.png\" width=\"18\" /\u003e Node.js](//nodejs.org/)\u003cbr/\u003e\n[\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-infinite-grid/main/.github/npmLogo.png\" width=\"18\" /\u003e npm](//npmjs.com/)\u003cbr/\u003e\n[\u003cimg src=\"https://raw.githubusercontent.com/HeyHeyChicken/Angular-infinite-grid/main/.github/angularLogo.png\" width=\"18\" /\u003e Angular](//angular.io/)\u003cbr/\u003e\n\n## ⬇️ Installation\n\nThis is a [Node.js](//nodejs.org/en/) module available through the [npm registry](//www.npmjs.com/).\u003cbr\u003e\nIf this is a brand new project, make sure to create an Angular project first with the [`npx ng new myProjectName` command](//angular.io/tutorial/tour-of-heroes/toh-pt0).\u003cbr\u003e\nInstallation is done using the [`npm install` command](//docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```console\nnpm i @heyheychicken/infinite-grid\n```\n\n## 💼 Features\n\n\u003cul\u003e\n  \u003cli\u003eFocus on high performance.\u003c/li\u003e\n  \u003cli\u003eText alignment per breakpoint.\u003c/li\u003e\n\u003c/ul\u003e\n\n```html\n\u003ccontainer\u003e\n  \u003crow\u003e\n    \u003ccolumn [text_xs]=\"'start'\" [text_md]=\"'center'\" [text_xl]=\"'end'\"\u003e\n      ...\n    \u003c/column\u003e\n  \u003c/row\u003e\n\u003c/container\u003e\n```\n\n\u003cul\u003e\n  \u003cli\u003eUse align-self utilities on column items to individually change their alignment on the y-axis.\u003cbr/\u003eChoose from the following options: start, end, center, baseline, or stretch (browser default).\u003c/li\u003e\n\u003c/ul\u003e\n\n```html\n\u003ccontainer\u003e\n  \u003crow\u003e\n    \u003ccolumn [align_self_sm]=\"'start'\" [align_self_lg]=\"'baseline'\" [align_self_xxl]=\"'end'\"\u003e\n      ...\n    \u003c/column\u003e\n  \u003c/row\u003e\n\u003c/container\u003e\n```\n\n\u003cul\u003e\n  \u003cli\u003eCustomizable number of columns per row.\u003cbr/\u003eBy default, the number of columns is set to 12.\u003cbr/\u003eYou can modify it as you wish with the \"size\" attribute on the \"row\" element.\u003c/li\u003e\n\u003c/ul\u003e\n\n```html\n\u003ccontainer\u003e\n  \u003crow [size]=\"24\"\u003e\n    \u003ccolumn [xs]=\"16\"\u003e\n      ...\n    \u003c/column\u003e\n    \u003ccolumn [xs]=\"8\"\u003e\n      ...\n    \u003c/column\u003e\n  \u003c/row\u003e\n\u003c/container\u003e\n```\n\n## 💻 Compatibility\n\n\"Angular-infinite-grid\" has only been officially tested on Angular 17.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\nCreated by [Antoine Duval (HeyHeyChicken)](//antoine.cuffel.fr) with ❤ and ☕ (chocolate) in [Mesnil-Panneville](//en.wikipedia.org/wiki/Mesnil-Panneville).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyheychicken%2Fangular-infinite-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyheychicken%2Fangular-infinite-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyheychicken%2Fangular-infinite-grid/lists"}