Created
May 20, 2018 16:00
-
-
Save DZuz14/8373e682fdc8e8243e5766b38a3b3b8e to your computer and use it in GitHub Desktop.
Progress Bar Imported Styles
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
import { myContainerStyles, myFillerStyles } from '../../some-directory/some-file' | |
<ProgressBar | |
containerStyles={myContainerStyles} | |
fillerStyles={myFillerStyles} | |
percentageDone={80} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment