mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
Merge pull request #85 from soroushchehresa/patch-1
Fix styles file src
This commit is contained in:
commit
f24f78fa5f
@ -36,7 +36,7 @@ If you have a CSS loader configured, you can import the stylesheet:
|
||||
import 'react-circular-progressbar/dist/styles.css';
|
||||
```
|
||||
|
||||
If not, you can copy [styles.css](dist/styles.css) into your project instead, and include `<link rel="stylesheet" href="styles.css" />` in your `<head>`.
|
||||
If not, you can copy [styles.css](src/styles.css) into your project instead, and include `<link rel="stylesheet" href="styles.css" />` in your `<head>`.
|
||||
|
||||
Now you can use the component:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user