{"id":22134127,"url":"https://github.com/axelra-ag/styled-bootstrap-grid","last_synced_at":"2025-07-25T20:31:54.423Z","repository":{"id":41875607,"uuid":"294625041","full_name":"axelra-ag/styled-bootstrap-grid","owner":"axelra-ag","description":"Re-implementation with styled-components of the bootstrap grid-layout system.","archived":false,"fork":false,"pushed_at":"2024-02-16T14:41:35.000Z","size":1042,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-31T00:22:54.577Z","etag":null,"topics":["animated","axelra","grid-layout","react","styled","styled-components","typescript","utility"],"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/axelra-ag.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}},"created_at":"2020-09-11T07:27:43.000Z","updated_at":"2023-12-18T09:13:30.000Z","dependencies_parsed_at":"2024-06-21T13:14:35.069Z","dependency_job_id":"2e1cebb5-500b-47fe-b5a0-580df743d777","html_url":"https://github.com/axelra-ag/styled-bootstrap-grid","commit_stats":{"total_commits":47,"total_committers":3,"mean_commits":"15.666666666666666","dds":0.08510638297872342,"last_synced_commit":"ffaaf2c6145992703019400d3a95988e756059c0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelra-ag%2Fstyled-bootstrap-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelra-ag%2Fstyled-bootstrap-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelra-ag%2Fstyled-bootstrap-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelra-ag%2Fstyled-bootstrap-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelra-ag","download_url":"https://codeload.github.com/axelra-ag/styled-bootstrap-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227555129,"owners_count":17786136,"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":["animated","axelra","grid-layout","react","styled","styled-components","typescript","utility"],"created_at":"2024-12-01T19:09:34.653Z","updated_at":"2024-12-01T19:09:35.305Z","avatar_url":"https://github.com/axelra-ag.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axelra Styled Bootstrap Grid\nThis library is a re-implementation of the bootstrap grid layout system. It uses styled-components as basic components for styling your web layout.\n\n--- \n\n## Docs\nhttps://lucas-pelloni.gitbook.io/styled-bootstrap-grid/\n\n## Get Started\nYou can install the library using either yarn or npm. \n```\n$ yarn add axelra-styled-bootstrap-grid \n```\n\nSince this library has been built from skratch, you can simply re-styling all components defined on it. For instance, if you want to create a basic grid layout you can do the following: \n\n```jsx\nimport React from \"react\"; \nimport styled from \"styled-components\"; \nimport {Col, Container, Row, Spacer} from \"axelra-styled-bootstrap-grid\";\n\nconst MyContainer = styled(Container)`\n  margin-top: 10px;\n`;\n\nconst Column = styled(Col)`\n    display: flex; \n`;\n\nexport const Example = () =\u003e {\n  return (\n    \u003cMyContainer fluid\u003e\n      \u003cSpacer x10 /\u003e\n      \u003cRow\u003e\n        \u003cColumn md={5}\u003easfasf\u003c/Column\u003e\n      \u003c/Row\u003e\n    \u003c/MyContainer\u003e\n  );\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelra-ag%2Fstyled-bootstrap-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelra-ag%2Fstyled-bootstrap-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelra-ag%2Fstyled-bootstrap-grid/lists"}