{"id":16065181,"url":"https://github.com/knowankit/react-bubbly-effect-button","last_synced_at":"2025-03-17T17:30:24.328Z","repository":{"id":38983756,"uuid":"409569780","full_name":"knowankit/react-bubbly-effect-button","owner":"knowankit","description":"🧼 Bubble animation effect on button","archived":false,"fork":false,"pushed_at":"2024-08-28T22:56:48.000Z","size":8188,"stargazers_count":18,"open_issues_count":23,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-28T01:49:28.384Z","etag":null,"topics":["button","button-animation","react-button","reactjs"],"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/knowankit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-23T11:50:34.000Z","updated_at":"2024-08-08T06:55:04.000Z","dependencies_parsed_at":"2024-10-27T15:36:44.405Z","dependency_job_id":"6d5ab40e-c798-45f6-af6b-7785d6af13cc","html_url":"https://github.com/knowankit/react-bubbly-effect-button","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":"0.21621621621621623","last_synced_commit":"d9fecbf6f488fec28ccec460592a369bdaa9b9a9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-bubbly-effect-button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-bubbly-effect-button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-bubbly-effect-button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Freact-bubbly-effect-button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowankit","download_url":"https://codeload.github.com/knowankit/react-bubbly-effect-button/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871888,"owners_count":20361379,"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":["button","button-animation","react-button","reactjs"],"created_at":"2024-10-09T05:11:48.594Z","updated_at":"2025-03-17T17:30:23.945Z","avatar_url":"https://github.com/knowankit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-bubbly-effect-button\n\u003e Bubbling effect on buttons\n\n[![NPM](https://img.shields.io/npm/v/react-bubbly-effect-button.svg)](https://www.npmjs.com/package/react-bubbly-effect-button) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n## Intro\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"https://github.com/knowankit/react-bubbly-effect-button/blob/develop/demo.gif\"\u003e\n\u003c/p\u003e\n\n## Install\n\n```bash\nnpm install react-bubbly-effect-button --save\n```\n\nIf you prefer yarn then\n\n```bash\nyarn react-bubbly-effect-button\n```\n\n## Props\n\n| Property      | Type | Default | Description\n| ----------- | ----------- | ----------- | ----------- |\n| text      | string       | 'Dummy       | Button text      |\n| bgColor      | string       | #ff2e2e       | Button and particle color       |\n| color   | string        | white       | Button text color       |\n| onClick   | func        | null       | Callback for on click for the button    |\n\n\n## Usage\n\nCheck out the [demo](https://knowankit.github.io/react-bubbly-effect-button/) to see in action\n\n```jsx\nimport React from 'react'\nimport ReactBubblyEffectButton from \"react-bubbly-effect-button\";\n\nconst onClick = () =\u003e {\n  console.log('Clicked')\n}\n\nconst BubblyButton = () =\u003e {\n  return \u003cReactBubblyEffectButton text=\"Click here\" color='#fff' bgColor='#ff0081' onClick={onClick} /\u003e\n}\n\nexport default BubblyButton;\n```\n\n## Info\n\nThis module was bootstrapped with [build-react-npm](https://github.com/knowankit/build-react-npm).\n\n## License\n\nMIT © [Ankit Kumar](https://github.com/knowankit)\n\nSupport my OSS work by \u003ca href=\"https://twitter.com/knowankit\"\u003efollowing me on twitter \u003cimg src=\"https://storage.googleapis.com/saasify-assets/twitter-logo.svg\" alt=\"twitter\" height=\"24px\" align=\"center\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Freact-bubbly-effect-button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowankit%2Freact-bubbly-effect-button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Freact-bubbly-effect-button/lists"}