{"id":18341183,"url":"https://github.com/paullaros/bootstrap-icons-react","last_synced_at":"2025-08-09T20:21:25.661Z","repository":{"id":47885252,"uuid":"224650082","full_name":"paullaros/bootstrap-icons-react","owner":"paullaros","description":"Bootstrap Icons for React","archived":false,"fork":false,"pushed_at":"2023-01-06T02:41:34.000Z","size":615,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T18:51:46.930Z","etag":null,"topics":["bootstrap","icons","react","svg"],"latest_commit_sha":null,"homepage":"","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/paullaros.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-28T12:36:03.000Z","updated_at":"2021-05-31T08:14:59.000Z","dependencies_parsed_at":"2023-02-05T03:25:11.425Z","dependency_job_id":null,"html_url":"https://github.com/paullaros/bootstrap-icons-react","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullaros%2Fbootstrap-icons-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullaros%2Fbootstrap-icons-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullaros%2Fbootstrap-icons-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paullaros%2Fbootstrap-icons-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paullaros","download_url":"https://codeload.github.com/paullaros/bootstrap-icons-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445648,"owners_count":20939951,"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","icons","react","svg"],"created_at":"2024-11-05T20:25:43.272Z","updated_at":"2025-04-06T06:31:44.760Z","avatar_url":"https://github.com/paullaros.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://getbootstrap.com/\"\u003e\n    \u003cimg src=\"https://getbootstrap.com/docs/4.3/assets/brand/bootstrap-solid.svg\" alt=\"Bootstrap logo\" width=\"72\" height=\"72\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eBootstrap Icons for React\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  Bootstrap Icons React components using SVG and JS\n  \u003cbr\u003e\n  \u003ca href=\"https://icons.getbootstrap.com/\"\u003e\u003cstrong\u003eExplore Bootstrap Icons »\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nBootstrap Icons are designed to work with Bootstrap components, from form controls to navigation. Bootstrap Icons are SVGs, so they scale quickly and easily and can be styled with CSS. While they're built for Bootstrap, they'll work in any project.\n\n```\nnpm i bootstrap-icons-react --save\n```\n\n## Usage\n\n```javascript\nimport React from 'react';\nimport { Star } from 'bootstrap-icons-react';\n\nconst App = () =\u003e {\n  return \u003cStar /\u003e\n};\n\nexport default App;\n```\n\nModify size:\n```javascript\n\u003cStar height={96} width={96} /\u003e\n```\n\nPass props:\n```javascript\n\u003cStar className=\"mb-2\" /\u003e\n```\n\nInclude the whole icon library:\n```javascript\nimport React from 'react';\nimport * as Icon from 'bootstrap-icons-react';\n\nconst App = () =\u003e {\n  return \u003cIcon.Star /\u003e\n};\n\nexport default App;\n```\n\n## Features\n\n- No dependencies, just React\n- SVG Icons\n- Simple API\n- Compatible with Create React App\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaullaros%2Fbootstrap-icons-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaullaros%2Fbootstrap-icons-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaullaros%2Fbootstrap-icons-react/lists"}