Last active
May 20, 2018 15:55
-
-
Save DZuz14/f1c03ce9474c3b980417b61ae5d173f6 to your computer and use it in GitHub Desktop.
Progress Bar
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
<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