Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created May 20, 2018 16:41
Show Gist options
  • Save DZuz14/bae40351bcd5e1de17910078981ce9e9 to your computer and use it in GitHub Desktop.
Save DZuz14/bae40351bcd5e1de17910078981ce9e9 to your computer and use it in GitHub Desktop.
Dotted Progress
<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