react-audio-play
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "react-audio-play", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "React audio player component", | ||
@@ -5,0 +5,0 @@ "homepage": "https://riyaddecoder.github.io/react-audio-play/", |
@@ -27,2 +27,5 @@ [![NPM](https://img.shields.io/npm/v/react-audio-play.svg)](https://www.npmjs.com/package/react-audio-play) | ||
## Demo | ||
Check [examples](https://riyaddecoder.github.io/react-audio-play/#example-usage) | ||
## Installation | ||
@@ -46,3 +49,3 @@ | ||
import React from 'react'; | ||
import AudioPlayer from 'react-audio-play'; | ||
import { AudioPlayer } from 'react-audio-play'; | ||
@@ -77,3 +80,3 @@ const App = () => { | ||
import React from 'react'; | ||
import AudioPlayer from 'react-audio-play'; | ||
import { AudioPlayer } from 'react-audio-play'; | ||
@@ -104,3 +107,3 @@ const App = () => { | ||
## Custom Styling | ||
You can easily customize the appearance of the audio player by applying your CSS styles to the AudioPlayer component or by overriding the default styles in your project's CSS. | ||
You can easily customize the appearance of the audio player by applying your CSS styles to the AudioPlayer component or by overriding the default styles in your project's CSS. Check [examples](https://riyaddecoder.github.io/react-audio-play/#styled-examples) | ||
@@ -107,0 +110,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88550
115