Skip to content

Commit

Permalink
Merge pull request #16 from josefernand/master
Browse files Browse the repository at this point in the history
Update README.md fix styling with css section
  • Loading branch information
mironov committed Nov 30, 2016
2 parents 4dedc7c + f5b57ab commit d9dbf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ You can apply custom styling right on the `LoadingBar` component. For example yo

Alternatively, you can specify your own CSS class.

**Please note that will disable default styling (which is `color: red; height: 3px; position: absolute;`).**
**Please note that will disable default styling (which is `background-color: red; height: 3px; position: absolute;`).**

```jsx
<LoadingBar className="loading" />
```

Don't forget to set `height`, `color` and `position` for the `loading` class in your CSS files.
Don't forget to set `height`, `background-color` and `position` for the `loading` class in your CSS files.

## Configure Progress Simulation

Expand Down

0 comments on commit d9dbf67

Please sign in to comment.