File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/icons-react ] ( https://coreui.io/ ) changelog
2
2
3
+ ##### ` 1.0.0-alpha.3 `
4
+ - test: add missing tests
5
+ - refactor: cleanup
6
+ - chore: dependencies update and cleanup
7
+
3
8
##### ` 1.0.0-alpha.0 `
4
9
- initial version
5
10
Original file line number Diff line number Diff line change 9
9
10
10
##### install:
11
11
``` bash
12
- npm install @coreui/react
12
+ npm install @coreui/icons
13
13
npm install @coreui/icons-react
14
14
```
15
15
@@ -18,6 +18,7 @@ npm install @coreui/icons-react
18
18
import { CIcon , CIconRaw } from ' @coreui/icons-react' ;
19
19
import { cifAu } from ' @coreui/icons' ;
20
20
```
21
+ or:
21
22
``` scss
22
23
@import ' ~@coreui/icons/css/all.css' ;
23
24
```
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ module.exports = {
13
13
}
14
14
}
15
15
}
16
- }
16
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/icons-react" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.0-alpha.3 " ,
4
4
"description" : " CoreUI Icons React component" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://coreui.io" ,
You can’t perform that action at this time.
0 commit comments