embed video widget

Vendor
MyLang Books Beta Shop
Regular price
Rs. 0.00
Regular price
Sale price
Rs. 0.00
Unit price
per 
Availability
Sold out

ಗಮನಿಸಿ: ಮೊಬೈಲ್ ಆಪ್ ಮೂಲಕ ಕೊಳ್ಳುವಾಗ ನಿಮಗೆ ತೊಂದರೆ ಬರುತ್ತಿದ್ದಲ್ಲಿ, ಮೊಬೈಲ್/ಕಂಪ್ಯೂಟರ್ ಬ್ರೌಸರ್ ಬಳಸಿ www.mylang.in ಮೂಲಕ ಕೊಂಡುಕೊಳ್ಳಿ.

Attention: If you are facing problems while buying, please visit www.mylang.in from your mobile/desktop browser to buy

Share for 10% discount

<div id="root">
    <!-- This element's contents will be replaced with your component. -->
</div>
.container {
  width: 500px;
}
// https://github.com/lhz516/react-h5-audio-player
const AudioPlayer = window.ReactH5AudioPlayer.default

class PlayerApp extends React.Component {
  render() {
    return (
      <div className="container">
        <h1>Hello, audio player!</h1>
        <AudioPlayer
          src="https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"
          // Try other props!
        />
        <p>
          <a href="https://github.com/lhz516/react-h5-audio-player" target="_blank">See Docs on Github</a>
         </p>
      </div>
    );
  }
}

ReactDOM.render(<PlayerApp />, document.getElementById('root'));

Customer Reviews

No reviews yet
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)