mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-25 16:03:15 +00:00
Fix styles file src
This commit is contained in:
parent
c02a34d3f1
commit
3fa432cacd
@ -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