{"id":31252360,"url":"https://github.com/agrawal-rohit/react-animated-waves","last_synced_at":"2025-09-23T06:17:20.132Z","repository":{"id":217609134,"uuid":"744363654","full_name":"agrawal-rohit/react-animated-waves","owner":"agrawal-rohit","description":"A React component for creating beautiful audio visualizations or UI loading states using animated waves","archived":false,"fork":false,"pushed_at":"2025-08-31T20:06:15.000Z","size":289,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T22:11:34.291Z","etag":null,"topics":["animated-wave","audio-visualization","loader-animation","reactjs"],"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/agrawal-rohit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"agrawal-rohit"}},"created_at":"2024-01-17T06:28:21.000Z","updated_at":"2025-08-31T20:06:18.000Z","dependencies_parsed_at":"2024-08-24T18:45:14.414Z","dependency_job_id":"a2257ef8-c927-41f3-bb32-e6b03f9e1f7d","html_url":"https://github.com/agrawal-rohit/react-animated-waves","commit_stats":null,"previous_names":["agrawal-rohit/react-animated-waves"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/agrawal-rohit/react-animated-waves","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrawal-rohit%2Freact-animated-waves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrawal-rohit%2Freact-animated-waves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrawal-rohit%2Freact-animated-waves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrawal-rohit%2Freact-animated-waves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrawal-rohit","download_url":"https://codeload.github.com/agrawal-rohit/react-animated-waves/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrawal-rohit%2Freact-animated-waves/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276526914,"owners_count":25657956,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["animated-wave","audio-visualization","loader-animation","reactjs"],"created_at":"2025-09-23T06:17:18.724Z","updated_at":"2025-09-23T06:17:20.118Z","avatar_url":"https://github.com/agrawal-rohit.png","language":"TypeScript","funding_links":["https://github.com/sponsors/agrawal-rohit"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n## React Animated Waves\n\n\u003cp align=\"center\" style=\"width: 80%; margin: auto\"\u003e\n\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/agrawal-rohit/react-animated-waves/Publish.yml\"\u003e\n\u003cimg alt=\"Codacy coverage\" src=\"https://img.shields.io/codacy/coverage/09220ab3d193472ba76d1ad50f11ee51\"\u003e\n\u003cimg alt=\"NPM downloads\" src=\"https://img.shields.io/npm/dw/react-animated-waves\"\u003e\n\u003cimg alt=\"NPM version\" src=\"https://img.shields.io/npm/v/react-animated-waves\"\u003e\n\u003cimg alt=\"NPM bundle size\" src=\"https://img.shields.io/bundlephobia/min/react-animated-waves\"\u003e\n\u003c/p\u003e\n\n[Installation](#installation) • [Demo](https://codesandbox.io/p/sandbox/react-animated-waves-example-6z9hlh) • [Usage](#usage) • [Props](#props) • [Contributing](#contributing) • [License](#license)\n\n\u003cbr /\u003e\n\n![Aug-24-2024 22-55-33](https://cdn.rohit.build/github-gifs%3Areact-animated-waves.gif)\n\n\u003c/div\u003e\n\nA canvas-based component built with React for creating fluid animated waves _(ideally used in audio visualizations, voice UIs, progress loaders, etc.)_.\n\n## Installation\n\nThe easiest way to get the latest version of `react-animated-waves` is to install it via npm, yarn or pnpm:\n\n```bash\nnpm install react-animated-waves\n```\n\n## Usage\n\nImport the `Waves` component from the library and use it in your React app. Check out an interactive demo [here](https://codesandbox.io/p/sandbox/react-animated-waves-example-6z9hlh).\n\n```jsx\nimport Waves from \"react-animated-waves\";\n\n\u003cWaves amplitude={20} colors={[\"#FF6AC6\", \"#436EDB\", \"#FF6AC6\"]} /\u003e;\n```\n\n## Props\n\nThe `Waves` component accepts the following props:\n\n| Prop        | Description                                                                 | Default       |\n| ----------- | --------------------------------------------------------------------------- | ------------- |\n| `amplitude` | Defines the height of the waveform. Higher values result in taller waves.   | `20`          |\n| `colors`    | An array of colors used to create a linear gradient effect on the waveform. | `['#436EDB']` |\n\n## Contributing\n\nContributions are welcome. Please read the [contributing guide](CONTRIBUTING.md) for more information.\n\n## License\n\n[MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrawal-rohit%2Freact-animated-waves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrawal-rohit%2Freact-animated-waves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrawal-rohit%2Freact-animated-waves/lists"}