Created
May 20, 2018 16:41
-
-
Save DZuz14/bae40351bcd5e1de17910078981ce9e9 to your computer and use it in GitHub Desktop.
Dotted Progress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DottedProgress | |
numSteps={6} | |
activeStep={4} | |
activeDotColor="rgb(252, 88, 91)" | |
dotStyles={{ | |
width: 20, | |
height: 20, | |
borderRadius: '0', | |
border: '1px solid #333' | |
}} | |
lineStyles={{ | |
background: 'rgb(236, 88, 88)', | |
height: '2px' | |
}} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment