{"id":15761595,"url":"https://github.com/finnfiddle/react-bs-grid","last_synced_at":"2025-10-16T04:54:44.666Z","repository":{"id":57332955,"uuid":"82096990","full_name":"finnfiddle/react-bs-grid","owner":"finnfiddle","description":"React components for declaratively constructing Bootstrap layout grids (Container, Row, Column).","archived":false,"fork":false,"pushed_at":"2017-05-27T10:10:00.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T06:49:25.188Z","etag":null,"topics":[],"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/finnfiddle.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":"2017-02-15T19:16:29.000Z","updated_at":"2018-08-30T23:00:57.000Z","dependencies_parsed_at":"2022-08-24T18:31:59.901Z","dependency_job_id":null,"html_url":"https://github.com/finnfiddle/react-bs-grid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/finnfiddle/react-bs-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Freact-bs-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Freact-bs-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Freact-bs-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Freact-bs-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finnfiddle","download_url":"https://codeload.github.com/finnfiddle/react-bs-grid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finnfiddle%2Freact-bs-grid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259827501,"owners_count":22917707,"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":[],"created_at":"2024-10-04T11:03:08.480Z","updated_at":"2025-10-16T04:54:39.632Z","avatar_url":"https://github.com/finnfiddle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Bootstrap Grid\n```bash\nnpm install react-bs-grid\n```\n\nReact components for declaratively constructing Bootstrap layout grids (Container, Row, Col).\n\n## Example Usage\n\n```javascript\nimport React, { Component } from 'react';\nimport ReactDOM from 'react-dom';\nimport { Container, Row, Col } from 'react-bs-grid';\n\nclass MyComponent extends Component {\n\n  render() {\n    return (\n      \u003cContainer fluid\u003e\n        \u003cRow\u003e\n          \u003cCol xs={12} sm={6} md={4} lg={2} offsetSm={3} offsetMd={2} offsetLg={5}\u003e\n            My content is resized and centered...\n          \u003c/Col\u003e\n        \u003c/Row\u003e\n      \u003c/Container\u003e\n    );\n  }\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnfiddle%2Freact-bs-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinnfiddle%2Freact-bs-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinnfiddle%2Freact-bs-grid/lists"}