{"id":14972407,"url":"https://github.com/coreui/bootstrap-react","last_synced_at":"2025-09-04T00:17:33.103Z","repository":{"id":57104044,"uuid":"439158275","full_name":"coreui/bootstrap-react","owner":"coreui","description":"Bootstrap 5 components for React.js","archived":false,"fork":false,"pushed_at":"2021-12-19T13:23:22.000Z","size":5877,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-17T18:34:05.125Z","etag":null,"topics":["bootstrap","bootstrap-5","bootstrap5","react","react-component","react-component-library","react-components","reactjs"],"latest_commit_sha":null,"homepage":"https://coreui.io/bootstrap-react/","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/coreui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://coreui.io/pro/"}},"created_at":"2021-12-16T23:53:16.000Z","updated_at":"2024-08-22T20:18:02.000Z","dependencies_parsed_at":"2022-08-20T17:10:55.547Z","dependency_job_id":null,"html_url":"https://github.com/coreui/bootstrap-react","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/coreui/bootstrap-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fbootstrap-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fbootstrap-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fbootstrap-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fbootstrap-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreui","download_url":"https://codeload.github.com/coreui/bootstrap-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreui%2Fbootstrap-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273530635,"owners_count":25122030,"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-09-03T02:00:09.631Z","response_time":76,"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":["bootstrap","bootstrap-5","bootstrap5","react","react-component","react-component-library","react-components","reactjs"],"created_at":"2024-09-24T13:46:52.344Z","updated_at":"2025-09-04T00:17:33.055Z","avatar_url":"https://github.com/coreui.png","language":"TypeScript","funding_links":["https://coreui.io/pro/"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://coreui.io/bootstrap-react\"\u003e\n    \u003cimg\n      src=\"https://coreui.io/images/brand/bootstrap-react.svg\"\n      alt=\"Bootstrap React Logo\"\n      width=\"300\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  React.js Components Library built on top of Bootstrap 5 and TypeScript backed by the professional team.\n  \u003cbr\u003e\n  \u003ca href=\"https://coreui.io/bootstrap-react/getting-started/introduction\"\u003e\u003cstrong\u003eExplore Bootstrap React docs »\u003c/strong\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/coreui/bootstrap-react/issues/new?template=bug_report.md\"\u003eReport bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/coreui/bootstrap-react/issues/new?template=feature_request.md\"\u003eRequest feature\u003c/a\u003e\n  ·\n  \u003ca href=\"https://blog.coreui.io/\"\u003eBlog\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Table of contents\n\n- [Quick start](#quick-start)\n- [Status](#status)\n- [What's included](#whats-included)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Documentation](#documentation)\n- [Contributing](#contributing)\n- [Community](#community)\n- [Versioning](#versioning)\n- [Creators](#creators)\n- [Copyright and license](#copyright-and-license)\n\n## Quick start\n\n### Instalation\n\nSeveral quick start options are available:\n\n- [Download the latest release](https://github.com/coreui/bootstrap-react/archive/v4.1.0.zip)\n- Clone the repo: `git clone https://github.com/coreui/bootstrap-react.git`\n- Install with [npm](https://www.npmjs.com/): `npm install @coreui/bootstrap-react`\n- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/bootstrap-react`\n\nRead the [Getting started page](https://coreui.io/bootstrap-react/getting-started/introduction/) for information on the framework contents, templates and examples, and more.\n\n### Stylesheets\n\nReact components are styled using `bootstrap` CSS library.\n\n#### Installation\n\n```bash\nyarn add bootstrap\n```\n\nor\n\n```bash\nnpm install bootstrap\n```\n\n##### Basic usage\n\n```js\nimport \"bootstrap/dist/css/bootstrap.min.css\";\n```\n\n## Status\n\n[![Build Status](https://github.com/coreui/bootstrap-react/workflows/JS%20Tests/badge.svg?branch=main)](https://github.com/coreui/bootstrap-react/actions?query=workflow%3AJS+Tests+branch%3Amain)\n[![npm version](https://img.shields.io/npm/v/@coreui/bootstrap-react)](https://www.npmjs.com/package/@coreui/bootstrap-react)\n[![peerDependencies Status](https://img.shields.io/david/peer/coreui/coreui)](https://david-dm.org/coreui/coreui?type=peer)\n[![devDependency Status](https://img.shields.io/david/dev/coreui/coreui)](https://david-dm.org/coreui/coreui?type=dev)\n[![Coverage Status](https://img.shields.io/coveralls/github/coreui/coreui-react/main)](https://coveralls.io/github/coreui/coreui-react?branch=main)\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Please first read the [issue guidelines](https://github.com/coreui/bootstrap-react/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/coreui/bootstrap-react/issues/new).\n\n## Documentation\n\nThe documentation for the Bootstrap React is hosted at our website [Bootstrap React](https://coreui.io/bootstrap-react/)\n\n### Running documentation locally\n\n1. Run `yarn install` or `npm install` to install the Node.js dependencies.\n2. Run `yarn bootstrap` or `npm run bootstrap` to link local packages together and install remaining package dependencies.\n3. From the root directory, run `yarn docs:dev` or `npm run docs:dev` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.\n4. Open `http://localhost:8000/` in your browser, and voilà.\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/coreui/bootstrap-react/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.\n\nEditor preferences are available in the [editor config](https://github.com/coreui/bootstrap-react/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at \u003chttps://editorconfig.org/\u003e.\n\n## Community\n\nStay up to date on the development of Bootstrap React and reach out to the community with these helpful resources.\n\n- Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).\n\nYou can also follow [@core_ui on Twitter](https://twitter.com/core_ui).\n\n## Versioning\n\nFor transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap React is maintained under [the Semantic Versioning guidelines](http://semver.org/).\n\nSee [the Releases section of our project](https://github.com/coreui/bootstrap-react/releases) for changelogs for each release version.\n\n## Creators\n\n**Łukasz Holeczek**\n\n- \u003chttps://twitter.com/lukaszholeczek\u003e\n- \u003chttps://github.com/mrholek\u003e\n\n**Andrzej Kopański**\n\n- \u003chttps://github.com/xidedix\u003e\n\n**The CoreUI Team**\n\n- \u003chttps://github.com/orgs/coreui/people\u003e\n\n## Copyright and license\n\nCopyright 2021 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/bootstrap-react/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreui%2Fbootstrap-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreui%2Fbootstrap-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreui%2Fbootstrap-react/lists"}