1.0.8 • Published 5 years ago

react-audioplaylist v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

NPM JavaScript Style Guide

Live Demo: https://jeremyphilemon.github.io/react-audioplaylist/

Install

npm install --save react-audioplaylist

Usage

import React, { Component } from 'react'

import AudioPlayer from 'react-audioplaylist'

class Example extends Component {
  render () {
    return (
      <AudioPlayer data={this.state.data} />
    )
  }
}

License

MIT © jeremyphilemon