File tree 2 files changed +25
-1
lines changed
Filter options
2 files changed +25
-1
lines changed
Original file line number Diff line number Diff line change
1
+ [ ![ @coreui icons] ( https://img.shields.io/badge/@coreui%20-icons-lightgrey.svg?style=flat-square )] ( https://github.com/coreui/icons )
2
+ [ ![ NPM downloads] [ npm-coreui-icons-download ]] [ npm-coreui-icons ]
3
+ [ ![ npm-coreui-icons-next] [ npm-coreui-icons-next ]] [ npm-coreui-icons ]
4
+ [ ![ npm package] [ npm-coreui-icons-badge ]] [ npm-coreui-icons ]
5
+
6
+ [ npm-coreui-icons] : https://www.npmjs.com/package/@coreui/icons
7
+ [ npm-coreui-icons-badge] : https://img.shields.io/npm/v/@coreui/icons.png?style=flat-square
8
+ [ npm-coreui-icons-download] : https://img.shields.io/npm/dm/@coreui/icons.svg?style=flat-square
9
+ [ npm-coreui-icons-next ] : https://img.shields.io/npm/v/@coreui/icons/next.png?style=flat-square
10
+
1
11
## CoreUI icons vue - CIcon component
2
12
3
13
Dedicated component used to implement [ CoreUI Icons svg set] ( https://coreui.io/icons/ ) in Vue.js.
Original file line number Diff line number Diff line change 6
6
"main" : " dist/coreui-icons-vue.common.js" ,
7
7
"types" : " src/index.d.ts" ,
8
8
"homepage" : " https://coreui.io" ,
9
+ "author" : {
10
+ "name" : " CoreUI" ,
11
+ "url" : " https://coreui.io" ,
12
+ "github" : " https://github.com/coreui" ,
13
+ "twitter" : " https://twitter.com/core_ui"
14
+ },
15
+ "contributors" : [
16
+ {
17
+ "name" : " CoreUI Team" ,
18
+ "url" : " https://github.com/orgs/coreui/people"
19
+ }
20
+ ],
9
21
"repository" : {
10
22
"type" : " git" ,
11
23
"url" : " https://github.com/coreui/coreui-icons-vue.git"
17
29
" coreui" ,
18
30
" coreui-icons" ,
19
31
" coreui-vue" ,
32
+ " icons" ,
20
33
" svg" ,
21
34
" svg-icons" ,
22
35
" layout" ,
23
- " component"
36
+ " component" ,
37
+ " vue"
24
38
],
25
39
"files" : [
26
40
" src" ,
You can’t perform that action at this time.
0 commit comments