0.0.3 • Published 2 years ago

customizable-react-audio-player v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

customizable-react-audio-player allows you to change styles and colors to your app with ease.

Installation

npm install customizable-react-audio-player 

Note

please install material icons if you haven't installed already!

npm install @mui/icons-material @mui/material @emotion/styled @emotion/react

Features

  1. you can add your desirable background color to react audio player .
  2. you can select any color for icons .
  3. you can change border radius accordingly .
  4. responsive and ready to use react audio player .

The Gist

  import React from 'react';
  import ReactAudioPlayer from 'customizable-react-audio-player'

  function App(){

    return (
      <div>
            <ReactAudioPlayer
                audioSource="my_audio_file.ogg"
                bgColor="#1F2943"
                textColor="white"
                border="rounded"
            />
      </div>
    );
  }
0.0.3

2 years ago

0.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago