mosaic-audio
Advanced tools
Comparing version 0.15.8 to 1.0.0
{ | ||
"name": "mosaic-audio", | ||
"version": "0.15.8", | ||
"version": "1.0.0", | ||
"description": "A React audio wrapper for the HTML media element.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ # Mosaic Audio | ||
Supply a player ID, a source file, and CSS class names for each nested element. If no class names or ID's are given, default classes/ID's are created. The margin property is used to determine whether or not the playhead moves via margin change or via padding change. If the margin is marked as false, it'll move by increasing padding. Its default value is true. | ||
Supply a player ID, a source file, a margin boolean, a hover boolean, and CSS class names for each nested element. If no class names or ID's are given, default classes/ID's are created. The margin property is used to determine whether or not the playhead moves via margin change or via padding change. If the margin is marked as false, it'll move by increasing padding. Its default value is true. Hover is used to add an option for mouseover progress selection. This is set to true in the demo. | ||
@@ -23,2 +23,3 @@ Other available properties: playerId, playerClass, timelineClass, playheadClass, & durationClass. | ||
<Mosaic | ||
hover={true} | ||
margin={false} | ||
@@ -25,0 +26,0 @@ playClass="fa fa-play" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11664
1
34