{"id":39106399,"url":"https://github.com/zamarrowski/react-ionicons","last_synced_at":"2026-01-17T19:28:23.048Z","repository":{"id":41186745,"uuid":"83690544","full_name":"zamarrowski/react-ionicons","owner":"zamarrowski","description":"A React Ionicon component https://react-ionicons.netlify.app/","archived":false,"fork":false,"pushed_at":"2023-07-14T00:09:32.000Z","size":13669,"stargazers_count":191,"open_issues_count":12,"forks_count":28,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-11-07T17:15:52.582Z","etag":null,"topics":["icons","ionicons","react","react-icons","react-ionicons"],"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/zamarrowski.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-02T15:02:56.000Z","updated_at":"2023-09-22T07:56:55.000Z","dependencies_parsed_at":"2023-01-19T23:00:17.323Z","dependency_job_id":null,"html_url":"https://github.com/zamarrowski/react-ionicons","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/zamarrowski/react-ionicons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamarrowski%2Freact-ionicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamarrowski%2Freact-ionicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamarrowski%2Freact-ionicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamarrowski%2Freact-ionicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zamarrowski","download_url":"https://codeload.github.com/zamarrowski/react-ionicons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zamarrowski%2Freact-ionicons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["icons","ionicons","react","react-icons","react-ionicons"],"created_at":"2026-01-17T19:28:18.930Z","updated_at":"2026-01-17T19:28:23.040Z","avatar_url":"https://github.com/zamarrowski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A React Ionicon Component\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/zamarrowski/react-ionicons/master/ionicons-logo.png\"\u003e\n\u003c/p\u003e\n\nBeautiful doc in https://react-ionicons.netlify.app/\n\n## Install\n\n\n```sh\n$ npm install --save react-ionicons\n```\n\nor\n\n```sh\n$ yarn add react-ionicons\n```\n\n## Usage\n\n```js\nimport React from 'react'\nimport { render } from 'react-dom'\nimport { LogoNodejs } from 'react-ionicons'\n\n\u003cLogoNodejs\n  color={'#00000'}\n  rotate\n  height=\"250px\"\n  width=\"250px\"\n  onClick={() =\u003e alert('Hi!')}\n/\u003e\n```\n\n### Browserify\n\n[`browserify`](https://npmjs.com/packages/browserify) is supported, but you have to install [`browserify-css@^0.12.0`](https://npmjs.com/packages/browserify-css) manually.\n\n## Features\n\n* SVG Icons.\n* Simple API.\n* Animations.\n* Customizable.\n* Support to Create React App.\n* Typescript support.\n\n## API:\n\n| Param | Type | Description | Example |\n| --- | --- | --- | --- |\n| `height` | `String` | Icon size. Allow all units (px, em, %, pt...). | `height=\"22px\"` |\n| `width` | `String` | Icon size. Allow all units (px, em, %, pt...). | `width=\"22px\"` |\n| `color` | `String` | Icon color. Allow string (blue, red, cyan...), rgb, rgba and hexadecimal colors. | `color=\"#C9C9C9\"` |\n| `title` | `String` | Tooltip for the icon | `title=\"this is a tooltip\"` |\n| `cssClasses` | `String` | Pass a string with cssClasses | `cssClasses=\"myButton\"` |\n| `rotate` | `Boolean` | Apply rotate animation to icon | `rotate={true}` |\n| `shake` | `Boolean` | Apply shake animation to icon | `shake={true}` |\n| `beat` | `Boolean` | Apply beat animation to icon | `beat={true}` |\n| `onClick` | `Function` | Pass a function to execute onClick | `onClick={() =\u003e console.log('Hi!')}` |\n| `style` | `Object` | Pass a style object | `style={{ verticalAlign: 'middle' }}` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzamarrowski%2Freact-ionicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzamarrowski%2Freact-ionicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzamarrowski%2Freact-ionicons/lists"}