{"id":18569866,"url":"https://github.com/lcfd/grigliata","last_synced_at":"2025-08-25T18:39:20.636Z","repository":{"id":39378857,"uuid":"197921274","full_name":"lcfd/grigliata","owner":"lcfd","description":"A styled-components grid system.","archived":false,"fork":false,"pushed_at":"2023-03-15T11:47:25.000Z","size":2463,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T18:54:11.576Z","etag":null,"topics":["design-system","hacktoberfest","hacktoberfest2021","styled-components","typescript"],"latest_commit_sha":null,"homepage":"https://lcfd.github.io/grigliata/","language":"TypeScript","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/lcfd.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-20T11:29:13.000Z","updated_at":"2023-03-03T13:17:05.000Z","dependencies_parsed_at":"2024-11-06T22:40:05.318Z","dependency_job_id":null,"html_url":"https://github.com/lcfd/grigliata","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"2975a879a5acd50e79d7b43a8ec3525f441851cd"},"previous_names":["fedriz/grigliata"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lcfd/grigliata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcfd%2Fgrigliata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcfd%2Fgrigliata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcfd%2Fgrigliata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcfd%2Fgrigliata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcfd","download_url":"https://codeload.github.com/lcfd/grigliata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcfd%2Fgrigliata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272116108,"owners_count":24876264,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["design-system","hacktoberfest","hacktoberfest2021","styled-components","typescript"],"created_at":"2024-11-06T22:35:27.633Z","updated_at":"2025-08-25T18:39:20.598Z","avatar_url":"https://github.com/lcfd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grigliata\n\nA styled-components grid system.\n\n![logo](./assets/logo-colored.svg)\n\n## Why you should use it?\n\n* It's not rocket science\n* It works\n* It will force you to manage the responsiveness of your website/application. So no more random padding on your website when used on a tablet.\n\n## Documentation\n\nYou can find instructions and examples on the [documentation](https://lcfd.github.io/grigliata/) website.\n\nOr, if you want to see an example right away, look below ⬇️\n\n### A full example\n\n```jsx\nexport const App = () =\u003e {\n  const ROW_PADDING = {\n    mobile: 0.5,\n    tabletPortrait: 0.5,\n    tabletLandscape: 0.5,\n    desktop: 0.5\n  };\n\n  return (\n    \u003cdiv\u003e\n      \u003cContainer\u003e\n          \u003cRow paddingLeft={ROW_PADDING} paddingRight={ROW_PADDING}\u003e\n            \u003cColumn\n              columnWidth={{\n                mobile: 12,\n                tabletPortrait: 12,\n                tabletLandscape: 12,\n                desktop: 12\n              }}\n            \u003e\n            \u003cp\u003eContent\u003c/p\u003e\n          \u003c/Column\u003e\n          \u003c/Row\u003e\n      \u003c/Container\u003e\n    \u003c/div\u003e\n  )\n}\n```\n\n\n## Development\n\nTo test the package we suggest using the [yalc](https://www.npmjs.com/package/yalc)](https://www.npmjs.com/package/yalc) package.\n\nHere's a useful command to build and update your local build:\n\n```bash\nyarn build \u0026\u0026 yalc push\n```\n\n## Used by\n\n* 2018 [PyCon Italia](https://pycon.it)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcfd%2Fgrigliata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcfd%2Fgrigliata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcfd%2Fgrigliata/lists"}