react-audio-gear
v1.0.3
Published
A react audio player
Downloads
9
Maintainers
Readme
react-audio-gear
This package serves an audio player React library component
Installation
npm i react-audio-gear
Features
- responsive to all sized screens
- SVG icons, saves bandwidth
- compressed output file for less load time and to save bandwidth
- faster compilation made possible via Rollup by the application of Tree-shaking
- Multiple module formats (ES6, CJS) export/ import
- bare minimum or no dependencies
Try out Live Demo: storyBook
Cross Browser Support available
Usage
import { AudioGear } from 'react-audio-gear'
const AudioCover = ({ audioSrc, isDarkMode, ...rest }) => {
// ...your code goes here
return (
<AudioGear audioSrc={audioSrc} darkMode={isDarkMode ? darkMode : lightMode} />
)
}
Contributing
Sooner the project will be Open Source and will be accepting contributions.