lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
608 stars 92 forks source link

React AudioPlayer not applying styles as default #191

Closed Prabhat2373 closed 1 year ago

Prabhat2373 commented 1 year ago

Describe the bug

While using AudioPlayer there is no styles and no props are working perfectly it's just playing music and showing some controlls. image

image @lhz516

Environment

Package version:^3.8.6 React version:^18.2.0

lhz516 commented 1 year ago

The README mentioned you need import the styles into the file. Also, your bundling tool like webpack needs to have proper loaders to bundle the styles

Prabhat2373 commented 1 year ago

Yes, It Works! Thanks for replay