Skip to content

SevenOutman/aplayer-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19b5e2e · Apr 26, 2023

History

77 Commits
Apr 15, 2023
Apr 15, 2023
Dec 7, 2022
Apr 19, 2023
Apr 21, 2023
Apr 19, 2023
Apr 19, 2023
Dec 21, 2022
Jan 6, 2023
Dec 21, 2022
Jan 6, 2023
Jan 6, 2023
Apr 26, 2023
Apr 26, 2023
Apr 19, 2023
Apr 19, 2023
Dec 21, 2022
Jan 6, 2023
Dec 9, 2022
Dec 21, 2022
Dec 21, 2022
Jan 8, 2023

Repository files navigation

aplayer-react

APlayer for your React application.

npm CI Status semantic-release: angular

ScreenShot

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.

import { APlayer } from "aplayer-react";
import "aplayer-react/dist/index.css";

render(
  <APlayer
    audio={{
      name: "Dancing with my phone",
      artist: "HYBS",
      url: "https://music.163.com/song/media/outer/url?id=1969744125",
    }}
    autoPlay
  />
);

Who uses aplayer-react?

Related projects