{"id":18666117,"url":"https://github.com/michioxd/react-ripplejs","last_synced_at":"2026-05-13T23:34:45.965Z","repository":{"id":111612563,"uuid":"609794827","full_name":"michioxd/react-ripplejs","owner":"michioxd","description":"Vanilla Material Design Ripple Effect implement for ReactJS","archived":false,"fork":false,"pushed_at":"2023-03-05T14:13:16.000Z","size":392,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-06T16:38:20.082Z","etag":null,"topics":["material","material-design","mui","react","ripple","ripple-effect","ripples"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/michioxd.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":"2023-03-05T09:01:17.000Z","updated_at":"2023-05-30T09:26:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"482d7214-cad2-4427-b34f-85234da18c5c","html_url":"https://github.com/michioxd/react-ripplejs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/michioxd/react-ripplejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Freact-ripplejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Freact-ripplejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Freact-ripplejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Freact-ripplejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michioxd","download_url":"https://codeload.github.com/michioxd/react-ripplejs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Freact-ripplejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":["material","material-design","mui","react","ripple","ripple-effect","ripples"],"created_at":"2024-11-07T08:30:32.456Z","updated_at":"2026-05-13T23:34:45.932Z","avatar_url":"https://github.com/michioxd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-ripplejs\n\nAdds Material Design-style feedback ripples to your existing HTML (React components?) without any dependencies. Implemented from [samthor](https://github.com/samthor)'s [rippleJS](https://github.com/samthor/rippleJS) for ReactJS\n\n## Demo\n\n[See the live demo here](https://michioxd.github.io/react-ripplejs/)\n\n![Demo](./preview.gif)\n\n## Requirements\n\n`'react': ^18.0.0`\n\n## Install\n\nInstall this package with your favorite package manager\n\n```bash\n# npm\nnpm i react-ripplejs\n\n# pnpm\npnpm i react-ripplejs\n\n# yarn\nyarn add react-ripplejs\n```\n\n## Usage\n\n```tsx\nimport Ripple from \"react-ripplejs\";\n\nconst App = () =\u003e (\n  \u003cRipple\n    fill={false} // boolean?, default: false\n    opacity={\"\"} // string?, default: \"\"\n    background={\"\"} // string?, default: \"\"\n  \u003e\n    Somthing here brrr\n  \u003c/Ripple\u003e\n);\n\nexport default App;\n```\n\n### fill\n\n#### `boolean?`\n\nFill ripple to rounded corners, good for form elements with fixed size.\n\nDefault: `false`\n\n### opacity\n\n#### `string?`\n\nRipple Opacity, example: `0.1`\n\nDefault: (empty)\n\n### background\n\n#### `string?`\n\nRipple Background, example: `red`\n\nDefault: (empty)\n\n## License\n\n[MIT License](./LICENSE)\n\n## Credits\n\nReact implement by [michioxd](https://github.com/michioxd). Inspired by [samthor](https://github.com/samthor)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichioxd%2Freact-ripplejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichioxd%2Freact-ripplejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichioxd%2Freact-ripplejs/lists"}