{"id":28388663,"url":"https://github.com/alexruzzarin/styled-reboot","last_synced_at":"2025-06-27T07:32:22.268Z","repository":{"id":26893355,"uuid":"108067371","full_name":"alexruzzarin/styled-reboot","owner":"alexruzzarin","description":"Bootstrap 4 reboot.css for styled-components","archived":false,"fork":false,"pushed_at":"2025-06-19T11:14:35.000Z","size":1111,"stargazers_count":27,"open_issues_count":16,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T12:26:44.347Z","etag":null,"topics":["bootstrap","css","react","reboot","styled-components"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/styled-reboot","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/alexruzzarin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-10-24T02:33:30.000Z","updated_at":"2024-01-10T16:37:23.000Z","dependencies_parsed_at":"2023-12-06T09:29:18.555Z","dependency_job_id":"53864d39-00c5-40a6-84f9-e5285a5c66ee","html_url":"https://github.com/alexruzzarin/styled-reboot","commit_stats":{"total_commits":234,"total_committers":8,"mean_commits":29.25,"dds":0.5128205128205128,"last_synced_commit":"9caa865c6364d4b3ff737d9818522018842ca5b2"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/alexruzzarin/styled-reboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruzzarin%2Fstyled-reboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruzzarin%2Fstyled-reboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruzzarin%2Fstyled-reboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruzzarin%2Fstyled-reboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexruzzarin","download_url":"https://codeload.github.com/alexruzzarin/styled-reboot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexruzzarin%2Fstyled-reboot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260752717,"owners_count":23057420,"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":["bootstrap","css","react","reboot","styled-components"],"created_at":"2025-05-30T23:10:59.367Z","updated_at":"2025-06-27T07:32:22.257Z","avatar_url":"https://github.com/alexruzzarin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/alexruzzarin/styled-reboot.svg?style=svg\u0026circle-token=b24a76575acba70150e3b06340a67d54747643d0)](https://circleci.com/gh/alexruzzarin/styled-reboot)\n\n# styled-reboot\nBootstrap 4 reboot.css for styled-components\n\n\n[reboot.css from Bootstrap v4](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_reboot.scss) for\n[styled-components](https://github.com/styled-components/styled-components).\n\nAlso see [styled-reset](https://github.com/zacanger/styled-reset/)\nfrom [Zac Anger](https://github.com/zacanger)\n\u0026\u0026\nalso see [styled-normalize](https://www.npmjs.com/package/styled-normalize)\nfrom [LestaD](https://github.com/LestaD).\n\n--------\n\n## Installation:\n\n`npm i styled-reboot`\n\n## Usage with styled-components v4 or v5:\n\n```javascript\n// app.js\nimport * as React from 'react';\nimport { Reboot } from 'styled-reboot';\n\nconst App = () =\u003e (\n  \u003c\u003e\n    \u003cReboot /\u003e\n    \u003cdiv\u003eHi, I am an app!\u003c/div\u003e\n  \u003c/\u003e\n);\n\nexport default App;\n```\n\nOr you can create your own global style (Don't forget to create a theme, or extend ours! We provide a few defaults.):\n\n```javascript\n// app.js\nimport React from 'react';\nimport { createGlobalStyle, ThemeProvider } from 'styled-components';\nimport { reboot, defaultRebootTheme } from 'styled-reboot';\n\nconst GlobalStyle = createGlobalStyle`\n  ${reboot}\n  /* other styles */\n`;\n\nconst App = () =\u003e (\n  \u003cThemeProvider theme={defaultRebootTheme}\u003e\n    \u003cGlobalStyle /\u003e\n    \u003cdiv\u003eHi, I am an app!\u003c/div\u003e\n  \u003c/ThemeProvider\u003e\n};\n\nexport default App;\n```\n\n## Credits\n\nAll credit goes to Bootstrap for reboot.css.\nBootstrap is released under the MIT License.\n\n## License:\n\n[MIT](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexruzzarin%2Fstyled-reboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexruzzarin%2Fstyled-reboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexruzzarin%2Fstyled-reboot/lists"}