{"id":16451261,"url":"https://github.com/kirillshevch/react-cryptocoins","last_synced_at":"2025-09-17T19:31:00.509Z","repository":{"id":86108047,"uuid":"95764850","full_name":"kirillshevch/react-cryptocoins","owner":"kirillshevch","description":"Сryptocurrencies icons as React components","archived":false,"fork":false,"pushed_at":"2018-01-02T18:07:21.000Z","size":546,"stargazers_count":36,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T15:33:50.629Z","etag":null,"topics":["cryptocoins","icons","inline","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/kirillshevch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-06-29T10:05:41.000Z","updated_at":"2024-02-26T13:45:41.000Z","dependencies_parsed_at":"2023-03-11T18:15:56.272Z","dependency_job_id":null,"html_url":"https://github.com/kirillshevch/react-cryptocoins","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.26315789473684215","last_synced_commit":"156c054a14226adadc7b5009ddf0d03239294853"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Freact-cryptocoins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Freact-cryptocoins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Freact-cryptocoins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillshevch%2Freact-cryptocoins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirillshevch","download_url":"https://codeload.github.com/kirillshevch/react-cryptocoins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233416004,"owners_count":18673081,"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":["cryptocoins","icons","inline","react","svg"],"created_at":"2024-10-11T10:08:08.862Z","updated_at":"2025-09-17T19:30:54.998Z","avatar_url":"https://github.com/kirillshevch.png","language":"JavaScript","readme":"## React Cryptocoins Icons\n\n[![npm](https://img.shields.io/npm/v/react-cryptocoins.svg)](https://www.npmjs.com/package/react-cryptocoins)\n\n## SVG cryptocurrencies icons as React components.\nDesigned by [allienworks](https://github.com/allienworks/cryptocoins)\n\n## Installation\n    npm install react-cryptocoins --save\n\n## Usage\n\n```javascript\nimport { Btc } from 'react-cryptocoins';\n\nclass MyClass extends React.Component {\n  render() {\n    return \u003cBtc /\u003e\n  }\n}\n````\nOr include icons from the compiled folder ./dist.\n```javascript\nvar Btc = require('react-cryptocoins/dist/icons/btc');\n\nvar MyComponent = React.createClass({\n  render: function () {\n    return (\n      \u003cBtc /\u003e\n    );\n  }\n});\n```\nYou can also include the whole icon pack:\n```javascript\nimport * as Icon from 'react-cryptocoins';\n\nclass MyClass extends React.Component {\n  render() {\n    return \u003cIcon.Eth /\u003e\n  }\n}\n```\n\nIcons can be configured with inline props:\n```javascript\n\u003cIcon.Eth color=\"red\" size={48} /\u003e\n```\n\n## License\n\nThe components is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillshevch%2Freact-cryptocoins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirillshevch%2Freact-cryptocoins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillshevch%2Freact-cryptocoins/lists"}