{"id":19572695,"url":"https://github.com/kbariotis/gridorous","last_synced_at":"2025-07-20T16:04:41.076Z","repository":{"id":142536725,"uuid":"136085327","full_name":"kbariotis/gridorous","owner":"kbariotis","description":"CSS grid exposed as a function to be used in CSS Modules","archived":false,"fork":false,"pushed_at":"2018-06-04T22:35:23.000Z","size":143,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T11:14:49.819Z","etag":null,"topics":["css-in-js","flexbox-grid"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kbariotis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-04T21:33:55.000Z","updated_at":"2019-06-25T09:59:50.000Z","dependencies_parsed_at":"2023-04-14T06:11:11.931Z","dependency_job_id":null,"html_url":"https://github.com/kbariotis/gridorous","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kbariotis/gridorous","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbariotis%2Fgridorous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbariotis%2Fgridorous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbariotis%2Fgridorous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbariotis%2Fgridorous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbariotis","download_url":"https://codeload.github.com/kbariotis/gridorous/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbariotis%2Fgridorous/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266152294,"owners_count":23884481,"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-in-js","flexbox-grid"],"created_at":"2024-11-11T06:28:14.376Z","updated_at":"2025-07-20T16:04:41.049Z","avatar_url":"https://github.com/kbariotis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gridorous\n\n\u003e CSS grid exposed as a function to be used in CSS Modules\n\n## Brief\nGridorous provides a set of functions based on the [Flexboxgrid.com](http://flexboxgrid.com/)\nthan can be used to generate CSS-in-JS objects to be parsed by [glamor](https://github.com/threepointone/glamor)\nand possibly other libraries.\n\n## Example\n\n```JavaScript\n\nconst {makeRow, makeColXs} = require('gridorous');\nconst {css} = require('glamor');\n\nmodule.exports = function () {\n  return (\n    \u003cdiv className={css(makeRow())}\u003e\n      \u003cdiv className={css(makeColXs(6))}\u003e\n        Left side\n      \u003c/div\u003e\n      \u003cdiv className={css(makeColXs(6))}\u003e\n        Right side\n      \u003c/div\u003e\n    \u003c/div\u003e\n  )\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbariotis%2Fgridorous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbariotis%2Fgridorous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbariotis%2Fgridorous/lists"}