customizable-react-audio-player

0.0.3 • Public • Published

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>
    );
  }

Package Sidebar

Install

npm i customizable-react-audio-player

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

23.8 kB

Total Files

9

Last publish

Collaborators

  • ajinkyajagadale