react-scrubber
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "react-scrubber", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "React scrubber component with touch controls, styling, and lots event handlers", | ||
@@ -9,3 +9,3 @@ "main": "./lib/index.js", | ||
"postbuild": "node postbuild.js", | ||
"prepublish": "yarn build", | ||
"prepublish": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -12,0 +12,0 @@ }, |
@@ -65,2 +65,3 @@ # [react-scrubber](https://nick-michael.github.io/react-scrubber/) | ||
| markers | Array<number \| { start: number, end?: number, className?: string }> | No | Adds yellow indicators to the scrubber bar | ||
| tooltip | {<br />  enabledOnHover?: boolean;<br />  enabledOnScrub?: boolean;<br />  className?: string;<br />  formatString?: (value: number) => string;<br/>} | No | Renders a tooltip while hovering/scrubbing | ||
| custom props | any | No | Any other props will be applied to the outermost 'scrubber' div |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67
18565
6
380