@ausbom/audio-player
v0.1.17
Published
> An audio player enables a user to access audio files. Find examples on how to use `AudioPlayer` and set loading and error states.
Downloads
166
Keywords
Readme
@ausbom/audio-player
An audio player enables a user to access audio files. Find examples on how to use
AudioPlayer
and set loading and error states.
Installation
npm install @ausbom/audio-player
Usage
import AudioPlayer from '@ausbom/audio-player'
import React from 'react'
<AudioPlayer url="http://commondatastorage.googleapis.com/codeskulptor-demos/riceracer_assets/music/start.ogg"/>