File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11### [ @coreui/icons-react ] ( https://coreui.io/ ) changelog
22
3+ ##### ` 1.0.0-alpha.3 `
4+ - test: add missing tests
5+ - refactor: cleanup
6+ - chore: dependencies update and cleanup
7+
38##### ` 1.0.0-alpha.0 `
49- initial version
510
Original file line number Diff line number Diff line change 99
1010##### install:
1111``` bash
12- npm install @coreui/react
12+ npm install @coreui/icons
1313npm install @coreui/icons-react
1414```
1515
@@ -18,6 +18,7 @@ npm install @coreui/icons-react
1818import { CIcon , CIconRaw } from ' @coreui/icons-react' ;
1919import { cifAu } from ' @coreui/icons' ;
2020```
21+ or:
2122``` scss
2223@import ' ~@coreui/icons/css/all.css' ;
2324```
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ module.exports = {
1313 }
1414 }
1515 }
16- }
16+ } ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/icons-react" ,
3- "version" : " 1.0.0-alpha.2 " ,
3+ "version" : " 1.0.0-alpha.3 " ,
44 "description" : " CoreUI Icons React component" ,
55 "license" : " MIT" ,
66 "homepage" : " https://coreui.io" ,
You can’t perform that action at this time.
0 commit comments