{"id":23150177,"url":"https://github.com/felixwieland/solid-gridstack","last_synced_at":"2025-08-05T06:12:54.114Z","repository":{"id":144671292,"uuid":"559675699","full_name":"FelixWieland/solid-gridstack","owner":"FelixWieland","description":"solid-js wrapper for gridstack.js","archived":false,"fork":false,"pushed_at":"2022-10-30T23:17:00.000Z","size":180,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T15:20:40.932Z","etag":null,"topics":["gridstackjs","solid-js"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/FelixWieland.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-30T20:43:24.000Z","updated_at":"2024-06-17T10:46:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f413125c-0eec-4c13-b730-afc8056e7f2e","html_url":"https://github.com/FelixWieland/solid-gridstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FelixWieland/solid-gridstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWieland%2Fsolid-gridstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWieland%2Fsolid-gridstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWieland%2Fsolid-gridstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWieland%2Fsolid-gridstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixWieland","download_url":"https://codeload.github.com/FelixWieland/solid-gridstack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixWieland%2Fsolid-gridstack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268845078,"owners_count":24316127,"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-05T02:00:12.334Z","response_time":2576,"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":["gridstackjs","solid-js"],"created_at":"2024-12-17T18:16:38.435Z","updated_at":"2025-08-05T06:12:54.107Z","avatar_url":"https://github.com/FelixWieland.png","language":"TypeScript","readme":"\u003cp\u003e\n  \u003cimg width=\"100%\" src=\"https://assets.solidjs.com/banner?type=solid-gridstack\u0026background=tiles\u0026project=%20\" alt=\"solid-gridstack\"\u003e\n\u003c/p\u003e\n\n# solid-gridstack\n\n[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge\u0026logo=pnpm)](https://pnpm.io/)\n[![npm](https://img.shields.io/npm/v/solid-gridstack?style=for-the-badge)](https://www.npmjs.com/package/solid-gridstack)\n\nA simple wrapper around [gridstack.js](https://github.com/gridstack/gridstack.js) for solid-js.\n\n## Quick start\n\nInstall it:\n\n```bash\nnpm i solid-gridstack\n# or\nyarn add solid-gridstack\n# or\npnpm add solid-gridstack\n```\n\nUse it:\n\n```tsx\nimport { GridStack } from 'solid-gridstack'\n\nconst App = () =\u003e (\n  \u003cGridStack\n    div={{ style: { 'margin': '2.5px' }}}\n    items={[...new Array(5)].map((_, i) =\u003e (\n      \u003cdiv gs-x={0} gs-y={i * 2} gs-w={12} gs-h={2} gs-auto-position=\"true\"\u003e\n        \u003cdiv style={{\n          'margin': '2.5px',\n          'background-color': 'rgb(68 107 158)',\n          'height': 'calc(100% - 5px)',\n          'width': 'calc(100% - 5px)',\n          'border-radius': '7.5px'\n        }}\u003e\u003c/div\u003e\n      \u003c/div\u003e\n    ))}\n  /\u003e\n);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixwieland%2Fsolid-gridstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixwieland%2Fsolid-gridstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixwieland%2Fsolid-gridstack/lists"}