https://github.com/sevenoutman/aplayer-react
The missing APlayer for your React applications
https://github.com/sevenoutman/aplayer-react
aplayer music player react
Last synced: about 1 year ago
JSON representation
The missing APlayer for your React applications
- Host: GitHub
- URL: https://github.com/sevenoutman/aplayer-react
- Owner: SevenOutman
- License: mit
- Created: 2022-12-07T04:56:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T10:30:15.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T23:19:09.086Z (over 1 year ago)
- Topics: aplayer, music, player, react
- Language: TypeScript
- Homepage: https://aplayer-react.js.org
- Size: 363 KB
- Stars: 36
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# aplayer-react
[APlayer](https://aplayer.js.org/) for your React application.


[](https://github.com/semantic-release/semantic-release)

View full documentation on https://aplayer-react.js.org
## Features
The APlayer features you love with the APlayer options you are familiar with.
- Beautiful and clean UI
- Lyrics scroll
- Playlist with repeat & shuffle controls
- Custom theme color / Self-adapting theme color
## Usage
Install `aplayer-react` npm package
npm i aplayer-react
Import APlayer component from `aplayer-react` package, and import stylesheet.
```jsx
import { APlayer } from "aplayer-react";
import "aplayer-react/dist/index.css";
render(
);
```
## Who uses aplayer-react?
[Doma's blog](https://doma.land) and [more](https://github.com/SevenOutman/aplayer-react/network/dependents)
## Related projects
- [APlayer](https://github.com/DIYgod/APlayer): Prior art
- [react-aplayer](https://github.com/sabrinaluo/react-aplayer): A React wrapper component of APlayer