{"id":13494588,"url":"https://github.com/react-bootstrap/react-router-bootstrap","last_synced_at":"2025-04-23T20:47:08.559Z","repository":{"id":19400122,"uuid":"22641745","full_name":"react-bootstrap/react-router-bootstrap","owner":"react-bootstrap","description":"Integration between React Router and React-Bootstrap","archived":false,"fork":false,"pushed_at":"2024-10-26T06:57:32.000Z","size":1449,"stargazers_count":1692,"open_issues_count":26,"forks_count":158,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-10-29T14:56:36.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-bootstrap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2014-08-05T11:56:46.000Z","updated_at":"2024-09-29T10:59:25.000Z","dependencies_parsed_at":"2023-12-21T19:53:55.948Z","dependency_job_id":"f0d9a606-d212-4929-83d2-7d9167faebf7","html_url":"https://github.com/react-bootstrap/react-router-bootstrap","commit_stats":{"total_commits":287,"total_committers":33,"mean_commits":8.696969696969697,"dds":0.7177700348432056,"last_synced_commit":"a74003ad8969babc425f2a805ca4f550f985d2aa"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Freact-router-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Freact-router-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Freact-router-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-bootstrap%2Freact-router-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-bootstrap","download_url":"https://codeload.github.com/react-bootstrap/react-router-bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513576,"owners_count":21443201,"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-07-31T19:01:26.313Z","updated_at":"2025-04-23T20:47:08.537Z","avatar_url":"https://github.com/react-bootstrap.png","language":"JavaScript","readme":"# react-router-bootstrap [![npm][npm-badge]][npm]\nIntegration between [React Router] v6 and [React Bootstrap].\n\n## Installation\n\nFor React Router v6:\n```sh\nnpm install -S react-router-bootstrap\n```\n\nFor React Router v4 or v5 (see [rr-v4] branch):\n```sh\nnpm install -S react-router-bootstrap@rr-v4\n```\n\nFor React Router v3 or lower (see [rr-v3] branch):\n```sh\nnpm install -S react-router-bootstrap@rr-v3\n```\n\n## Usage\n\nWrap your React Bootstrap element in a `\u003cLinkContainer\u003e` to make it behave like a React Router `\u003cLink\u003e`\n\n`\u003cLinkContainer\u003e` accepts same parameters as React Router's [`\u003cNavLink\u003e`]\n\n## Example\n\nFollowing plain React Bootstrap component\n```js\n\u003cButton href=\"/foo/bar\"\u003eFoo\u003c/Button\u003e\n```\nbecomes\n```js\nimport { LinkContainer } from 'react-router-bootstrap'\n\u003cLinkContainer to=\"/foo/bar\"\u003e\n  \u003cButton\u003eFoo\u003c/Button\u003e\n\u003c/LinkContainer\u003e\n```\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n[React Router]: https://github.com/remix-run/react-router\n[React Bootstrap]: https://github.com/react-bootstrap/react-bootstrap\n\n[npm-badge]: https://badge.fury.io/js/react-router-bootstrap.svg\n[npm]: http://badge.fury.io/js/react-router-bootstrap\n\n[rr-v3]: https://github.com/react-bootstrap/react-router-bootstrap/tree/rr-v3\n[rr-v4]: https://github.com/react-bootstrap/react-router-bootstrap/tree/rr-v4\n[`\u003cNavLink\u003e`]: https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/docs/api/NavLink.md\n","funding_links":[],"categories":["JavaScript","Tools"],"sub_categories":["Mesh networks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-bootstrap%2Freact-router-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-bootstrap%2Freact-router-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-bootstrap%2Freact-router-bootstrap/lists"}