Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Last active May 20, 2018 15:55
Show Gist options
  • Save DZuz14/f1c03ce9474c3b980417b61ae5d173f6 to your computer and use it in GitHub Desktop.
Save DZuz14/f1c03ce9474c3b980417b61ae5d173f6 to your computer and use it in GitHub Desktop.
Progress Bar
<ProgressBar
containerStyles={{
border: '2px solid #323435',
width: '100%',
borderRadius: '0',
height: '16px'
}}
fillerStyles={{
background: '#FC585B'
}}
percentageDone={80}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment