Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisadityarao committed Feb 18, 2021
1 parent ee875d3 commit 6e112c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ export default class App extends React.Component {
/>
```

height -- Set height of progress bar. Default height is `3px`. Pass the number not the unit. Unit is `px`
**height** -- Set height of progress bar. Default height is `3px`. Pass the number not the unit. Unit is `px`

bgcolor -- Set background-color of progress bar. Default background-color is `#F43059`.
**bgcolor** -- Set background-color of progress bar. Default background-color is `#F43059`.

duration -- Set timing-duration for transition property. Default is `1s`. Pass the number not the unit. Unit is `s`
**duration** -- Set timing-duration for transition property. Default is `1s`. Pass the number not the unit. Unit is `s`

----

0 comments on commit 6e112c5

Please sign in to comment.