{"id":18348745,"url":"https://github.com/paraboly/react-icon-button","last_synced_at":"2025-06-10T14:09:51.821Z","repository":{"id":97838349,"uuid":"275133685","full_name":"Paraboly/react-icon-button","owner":"Paraboly","description":"Fully customizable, Plug \u0026 Play Icon Button Component for React by Paraboly","archived":false,"fork":false,"pushed_at":"2020-06-26T15:43:39.000Z","size":371,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T23:43:02.974Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paraboly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-26T10:50:30.000Z","updated_at":"2020-06-26T15:43:41.000Z","dependencies_parsed_at":"2023-03-13T16:08:41.004Z","dependency_job_id":null,"html_url":"https://github.com/Paraboly/react-icon-button","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"WrathChaos/react-library-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-icon-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-icon-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-icon-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-icon-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paraboly","download_url":"https://codeload.github.com/Paraboly/react-icon-button/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paraboly%2Freact-icon-button/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259089057,"owners_count":22803670,"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-11-05T21:19:03.076Z","updated_at":"2025-06-10T14:09:51.783Z","avatar_url":"https://github.com/Paraboly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Icon Button\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Fully customizable, Plug \u0026 Play Icon Button Component for React by Paraboly](https://img.shields.io/badge/-Fully%20customizable%2C%20Plug%20%26%20Play%20Icon%20Button%20Component%20for%20React%20by%20Paraboly-lightgrey?style=for-the-badge)](https://github.com/Paraboly/react-icon-button)\n\n[![npm version](https://img.shields.io/npm/v/@paraboly/react-icon-button.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-icon-button)\n[![npm](https://img.shields.io/npm/dt/@paraboly/react-icon-button.svg?style=for-the-badge)](https://www.npmjs.com/package/@paraboly/react-icon-button)\n![Platform - Web](https://img.shields.io/badge/platform-web-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Icon Button\"\n        src=\"assets/Screenshots/react-icon-button.gif\" /\u003e\n\u003c/p\u003e\n\n# Install\n\n```sh\nnpm i @paraboly/react-icon-button\n```\n\n# Usage\n\nPlease check the storybook's example to get the usage of the library.\nYou can clone the project and `npm i \u0026\u0026 npm start` to check the how to use the library with alive example.\n\n```js\nimport IconButton from \"@paraboly/react-icon-button\";\n\n\u003cIconButton text=\"Filter\" imageSource={filterIcon} onPress={() =\u003e {}} /\u003e;\n```\n\n### Configuration - Props\n\n| Property           |   Type   |          Default          | Description                                                      |\n| ------------------ | :------: | :-----------------------: | ---------------------------------------------------------------- |\n| imageSource        |  image   |         undefined         | use this to set your own image                                   |\n| onPress            | function |           null            | set the onPress function                                         |\n| text               |  string  |           null            | use this to change the text                                      |\n| textDisable        | boolean  |           false           | use this to disable the text part if you do not want to use text |\n| hoverColor         |  color   | rgba(255, 255, 255, 0.08) | change button's hovered background color                         |\n| iconStyle          |  style   |          default          | set your own style for the icon (image)                          |\n| textStyle          |  style   |          default          | set your own style for the text                                  |\n| textContainerStyle |  style   |          default          | set your own style for the text's container                      |\n| buttonStyle        |  style   |          default          | set your own style for the button itself                         |\n| iconAlt            |  string  |         undefined         | set your own alt naming for the icon (image)                     |\n\n## Credits\n\nThank you so much for the filter icon [Flaticon](https://www.flaticon.com/free-icon/filter_872173?term=filter\u0026page=1\u0026position=95)\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Icon Button is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-icon-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaboly%2Freact-icon-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaboly%2Freact-icon-button/lists"}