{"id":17281361,"url":"https://github.com/mr-karan/flexit","last_synced_at":"2025-04-14T09:50:57.353Z","repository":{"id":57238314,"uuid":"139821607","full_name":"mr-karan/flexit","owner":"mr-karan","description":"Responsive grid based on CSS Flexbox","archived":false,"fork":false,"pushed_at":"2021-11-22T03:44:07.000Z","size":366,"stargazers_count":45,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T05:03:47.159Z","etag":null,"topics":["css","flexbox","flexbox-grid","responsive"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr-karan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-05T08:48:56.000Z","updated_at":"2023-01-04T12:45:25.000Z","dependencies_parsed_at":"2022-08-26T14:04:39.198Z","dependency_job_id":null,"html_url":"https://github.com/mr-karan/flexit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fflexit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fflexit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fflexit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-karan%2Fflexit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-karan","download_url":"https://codeload.github.com/mr-karan/flexit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248859506,"owners_count":21173336,"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":["css","flexbox","flexbox-grid","responsive"],"created_at":"2024-10-15T09:45:39.558Z","updated_at":"2025-04-14T09:50:57.328Z","avatar_url":"https://github.com/mr-karan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Flexit](https://mrkaran.com/flexit/)\n![Logo](static/images/logo.png \"Flexit\")\n\nFlexit is a **lightweight CSS Grid** based on [Flexbox](https://www.w3.org/TR/css-flexbox-1/#intro).\n\n[![npm](https://img.shields.io/npm/v/flexitgrid.svg)][npm-link]\n[![npm](https://img.shields.io/npm/dm/flexitgrid.svg)][npm-link]\n\n## Demo\n\n[Visit](https://mr-karan.github.io/flexit/) the demo page built entirely using Flexit.\n\n\n## Quick install\n\nFlexit is in active development:\n\n### NPM\n\n```sh\nnpm install flexitgrid\n```\n\n**or**\n\n### Yarn\n\n```sh\nyarn add flexitgrid\n```\n\n### Import\nAfter installation, you can import the CSS file into your project using this snippet:\n\n```sh\nimport 'flexitgrid/dist/flexit.css'\n```\n\n### Manual Method\n\nYou can download the CSS file from [here](https://github.com/mr-karan/flexit/blob/master/dist/flexit.css) and use it in your HTML as\n```html\n\u003clink rel=\"stylesheet\" href=\"flexit.css\"\u003e\n```\n\n\n## Clean Syntax\n\nFlexit has simple, human readable classes for naming rows and columns. The class names are intuitive while laying out a grid. For example to\nhave 2 columns occupying 50% of the grid and one column occupying the remaining grid, the HTML would look like:\n\n```html\n\u003cdiv class=\"row\"\u003e\n    \u003cdiv class=\"three columns\"\u003e\n        \u003cp\u003eContent\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"three columns\"\u003e\n        \u003cp\u003eContent\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"six columns\"\u003e\n        \u003cp\u003eContent\u003c/p\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n\n## Copyright and license\n\nCode copyright 2018 Karan Sharma. Code released under [the MIT license](https://github.com/mr-karan/flexit/blob/master/LICENSE).\n\n[npm-link]: https://www.npmjs.com/package/flexitgrid\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-karan%2Fflexit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-karan%2Fflexit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-karan%2Fflexit/lists"}