Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created May 20, 2018 16:00
Show Gist options
  • Save DZuz14/8373e682fdc8e8243e5766b38a3b3b8e to your computer and use it in GitHub Desktop.
Save DZuz14/8373e682fdc8e8243e5766b38a3b3b8e to your computer and use it in GitHub Desktop.
Progress Bar Imported Styles
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