|
1 |
| -[](https://github.com/coreui/icons) |
2 |
| -[![NPM downloads][npm-coreui-icons-download]][npm-coreui-icons] |
3 |
| -[![npm package][npm-coreui-icons-badge]][npm-coreui-icons] |
| 1 | +# CoreUI Icons Vue |
4 | 2 |
|
5 |
| -[npm-coreui-icons]: https://www.npmjs.com/package/@coreui/icons-vue |
6 |
| -[npm-coreui-icons-badge]: https://img.shields.io/npm/v/@coreui/icons-vue.png?style=flat-square |
7 |
| -[npm-coreui-icons-download]: https://img.shields.io/npm/dm/@coreui/icons.svg?style=flat-square |
| 3 | + |
| 4 | + |
| 5 | + |
8 | 6 |
|
9 |
| -## CoreUI icons vue - CIcon component |
| 7 | +## CIcon component |
10 | 8 |
|
11 |
| -Dedicated component used to implement [CoreUI Icons svg set](https://coreui.io/icons/) in Vue.js. |
| 9 | +Dedicated component used to implement [CoreUI Icons SVG set](https://coreui.io/icons/) in Vue.js. |
| 10 | + |
| 11 | +### Features |
12 | 12 |
|
13 |
| -## Features |
14 | 13 | - Can load icons stored globally, directly passed or by source link,
|
15 | 14 | - Can significantly reduce bundle size due to JavaScript named icons import,
|
16 | 15 | - Full functionality of 'svg' html tag,
|
17 | 16 | - Clean API
|
18 | 17 |
|
19 | 18 | For component description visit [CIcon component documentation](https://coreui.io/vue/docs/components/icon)
|
20 | 19 |
|
21 |
| -## Installation |
| 20 | +### Installation |
22 | 21 |
|
23 | 22 | If you already have installed [CoreUI Vue component library](https://coreui.io/vue/docs) plugin, then you have CIcon component already installed, otherwise install package by:
|
24 | 23 |
|
25 | 24 | ```shell
|
26 | 25 | npm install @coreui/icons-vue --save
|
27 | 26 | ```
|
28 | 27 |
|
29 |
| -## License |
| 28 | +### License |
30 | 29 |
|
31 | 30 | CoreUI Icons Free is free, open source, and GPL friendly. You can use it for
|
32 | 31 | commercial projects, open source projects, or really almost whatever you want.
|
|
0 commit comments