{"id":18737460,"url":"https://github.com/yifaneye/grilled","last_synced_at":"2026-01-25T16:32:58.958Z","repository":{"id":57254274,"uuid":"315915740","full_name":"yifaneye/grilled","owner":"yifaneye","description":"🏁 Library of responsive grid system with any of 1 to 12 columns 👉 npm i grilled","archived":false,"fork":false,"pushed_at":"2020-11-29T06:56:13.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T06:00:29.434Z","etag":null,"topics":["grid","grid-layout","grid-system","responsive","responsive-design","responsive-grid","responsive-layout"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/grilled","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/yifaneye.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":"2020-11-25T11:17:05.000Z","updated_at":"2021-04-03T06:34:25.000Z","dependencies_parsed_at":"2022-08-31T09:02:03.419Z","dependency_job_id":null,"html_url":"https://github.com/yifaneye/grilled","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yifaneye/grilled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yifaneye%2Fgrilled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yifaneye%2Fgrilled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yifaneye%2Fgrilled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yifaneye%2Fgrilled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yifaneye","download_url":"https://codeload.github.com/yifaneye/grilled/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yifaneye%2Fgrilled/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grid","grid-layout","grid-system","responsive","responsive-design","responsive-grid","responsive-layout"],"created_at":"2024-11-07T15:25:21.770Z","updated_at":"2026-01-25T16:32:58.929Z","avatar_url":"https://github.com/yifaneye.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grilled\n\nA library for responsive grid system 🏁\n\n![Grilled](https://yifanai.s3-ap-southeast-2.amazonaws.com/grilled/grilled.jpg)\n\n## Demo\n\n👉 [Website Demo](https://unpkg.com/grilled@1.1.1/dist/grid.html)\n\nOR\n\n![GIF Demo](https://yifanai.s3-ap-southeast-2.amazonaws.com/grilled/grilled.gif)\n\n## Background\n\nI really love responsive grid systems to create responsive websites!\n\nThe libraries I use, namely Bootstrap and Material UI only offers 12 columns, and NG-ZORRO only offers 24 columns.\n\nI sometimes wanted to have 10 columns, sometimes 5 columns, sometimes 9 columns ... 😞\n\n## Getting Started\n\n### Using CDN\n\nAdd this line to HTML file\n\n```\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://unpkg.com/grilled@1.1.1/dist/css/grid.min.css\"\u003e\n```\n\n✅\n\n### Using NPM\n\nInstall the 'grilled' package using npm\n\n```\nnpm i grilled\n```\n\nthen \\\nadd this line to index.js\n\n```\nrequire('grilled');\n```\n\nOR \\\nadd this line to HTML file\n\n```\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"grilled/dist/css/grid.min.css\"\u003e\n```\n\n✅\n\n## Usage\n\nContainers: grid1 ~ grid12 \\\nItems: xs0 ~ xs12, sm0 ~ sm12, md0 ~ md12, lg0 ~ lg12, xl0 ~ xl12, g0 ~ g12\n\n| Screen Width    |\u003c600px|\u003c960px|\u003c1280px|\u003c1920px|\\\u003e=1920px|\n|----------------:|:-----|:-----|:------|:------|:--------|\n|Range Key        |xs    |sm    |md     |lg     |xl       |\n|Number of Columns|0 ~ 12|0 ~ 12|0 ~ 12 |0 ~ 12 |0 ~ 12   |\n\ne.g.\n\n```html\n\u003cdiv class=\"grid10\"\u003e\n\t\u003cdiv class=\"xs10 g7\"\u003eBig Item\u003c/div\u003e\n\t\u003cdiv class=\"xs10 g3\"\u003eSmall Item\u003c/div\u003e\n\t\u003cdiv class=\"xs10 sm5 g0\"\u003eItem only on xs and sm\u003c/div\u003e\n\u003c/div\u003e\n```\n\n```html\n\u003cdiv class=\"grid12\"\u003e\n\t\u003cdiv class=\"box sm0 lg8 g12\"\u003esm0 lg8 g12\u003c/div\u003e\n\n\t\u003cdiv class=\"box md12 g8\"\u003exs12 sm12 g8\u003c/div\u003e\n\t\u003cdiv class=\"box md12 g4\"\u003exs12 sm12 g4\u003c/div\u003e\n\n\t\u003cdiv class=\"box xs12 sm6 g3\"\u003exs12 sm6 g3\u003c/div\u003e\n\t\u003cdiv class=\"box xs12 sm6 g3\"\u003exs12 sm6 g3\u003c/div\u003e\n\t\u003cdiv class=\"box xs12 sm6 g3\"\u003exs12 sm6 g3\u003c/div\u003e\n\t\u003cdiv class=\"box xs12 sm6 g3\"\u003exs12 sm6 g3\u003c/div\u003e\n\t\u003cdiv class=\"box g0\"\u003e0\u003c/div\u003e\n\n\t\u003cdiv class=\"box xs4 sm2 g1\"\u003exs4 sm2 g1\u003c/div\u003e\n\t\u003cdiv class=\"box xs8 sm4 g2\"\u003exs8 sm4 g2\u003c/div\u003e\n\t\u003cdiv class=\"box xs12 sm6 g3\"\u003exs12 sm6 g3\u003c/div\u003e\n\t\u003cdiv class=\"box xs12 sm6 g3\"\u003exs12 sm6 g3\u003c/div\u003e\n\t\u003cdiv class=\"box xs8 sm4 g2\"\u003exs8 sm4 g2\u003c/div\u003e\n\t\u003cdiv class=\"box xs4 sm2 g1\"\u003exs4 sm2 g1\u003c/div\u003e\n\u003c/div\u003e\n\n```\n\n![Grilled](https://yifanai.s3-ap-southeast-2.amazonaws.com/grilled/xs.jpg)\n![Grilled](https://yifanai.s3-ap-southeast-2.amazonaws.com/grilled/sm.jpg)\n![Grilled](https://yifanai.s3-ap-southeast-2.amazonaws.com/grilled/md.jpg)\n\n## Package Structure\n\n```\n.\n|-- LICENSE\n|-- README.md\n|-- dist\n|   |-- grid.html\n|   `-- css\n|       `-- grid.min.css\n|-- gulpfile.js\n|-- index.js\n|-- package-lock.json\n|-- package.json\n`-- src\n    |-- grid.html\n    `-- scss\n        |-- grid\n        |   |-- _breakpoints.css\n        |   |-- _breakpoints.css.map\n        |   |-- _breakpoints.scss\n        |   |-- _grid.css\n        |   |-- _grid.css.map\n        |   `-- _grid.scss\n        |-- grid.css\n        |-- grid.css.map\n        `-- grid.scss\n```\n\n## Authors\n\n* **Yifan Ai** - *Initial work*\n\nSee also the list of [contributors](https://github.com/yifaneye/grilled/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyifaneye%2Fgrilled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyifaneye%2Fgrilled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyifaneye%2Fgrilled/lists"}