react-customizable-progressbar
Advanced tools
Comparing version 0.1.19 to 0.1.20
@@ -9,3 +9,3 @@ import React from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/Basic.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Basic.js" | ||
target="_blank" | ||
@@ -12,0 +12,0 @@ > |
@@ -69,3 +69,3 @@ import React, { Component } from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/Countdown.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Countdown.js" | ||
target="_blank" | ||
@@ -72,0 +72,0 @@ > |
@@ -9,3 +9,3 @@ import React from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/CounterClockwise.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/CounterClockwise.js" | ||
target="_blank" | ||
@@ -12,0 +12,0 @@ > |
@@ -9,3 +9,3 @@ import React from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/CustomIndicator.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/CustomIndicator.js" | ||
target="_blank" | ||
@@ -12,0 +12,0 @@ > |
@@ -9,3 +9,3 @@ import React from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/Cut.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Cut.js" | ||
target="_blank" | ||
@@ -12,0 +12,0 @@ > |
@@ -12,2 +12,3 @@ import React, { Component } from 'react' | ||
class Examples extends Component { | ||
state = { | ||
@@ -49,4 +50,5 @@ progress: 64 | ||
} | ||
} | ||
export default Examples |
@@ -9,3 +9,3 @@ import React from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/InverseProgress.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/InverseProgress.js" | ||
target="_blank" | ||
@@ -12,0 +12,0 @@ > |
@@ -9,3 +9,3 @@ import React from 'react' | ||
<a | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/Examples/WithPointer.js" | ||
href="https://github.com/martyan/react-customizable-progressbar/blob/master/examples/WithPointer.js" | ||
target="_blank" | ||
@@ -12,0 +12,0 @@ > |
{ | ||
"name": "react-customizable-progressbar", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"main": "./dist/ReactCustomizableProgressbar.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -7,7 +7,7 @@ # react-customizable-progressbar | ||
<p align="center"> | ||
<img src="http://martinjuzl.com/files/react-customizable-progressbar.gif?v=2"> | ||
<img src="https://camo.githubusercontent.com/94b8210b015f99ecdfd206cc5789772e13e0e16c/687474703a2f2f6d617274696e6a757a6c2e636f6d2f66696c65732f72656163742d637573746f6d697a61626c652d70726f67726573736261722e6769663f763d32"> | ||
</p> | ||
<br /> | ||
Check <a href="http://martinjuzl.com/react-customizable-progressbar-examples.html">examples</a> or <a href="http://martinjuzl.com/react-customizable-progressbar-generator.html">generator</a> to play around with all props | ||
Check <a href="https://martinjuzl.com/react-customizable-progressbar">examples</a> or <a href="https://martinjuzl.com/react-customizable-progressbar/generator">generator</a> to play around with all props | ||
@@ -14,0 +14,0 @@ ### Installation |
Sorry, the diff of this file is not supported yet
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
35226