An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# aplayer-react

[APlayer](https://aplayer.js.org/) for your React application.

![npm](https://img.shields.io/npm/v/aplayer-react)
![CI Status](https://github.com/SevenOutman/aplayer-react/actions/workflows/ci.yml/badge.svg)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

![ScreenShot](./screenshot.png)

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