|
1 | | -#Coreui Vue Chartjs library |
| 1 | +#CoreUI Icons Vue |
2 | 2 |
|
3 | | - |
4 | | - |
5 | | - |
6 | | - |
| 3 | +[][coreui] |
| 4 | +[][coreui] |
| 5 | +[][coreui] |
7 | 6 |
|
8 | | -##Description |
| 7 | +[coreui]:https://coreui.io/icons |
9 | 8 |
|
10 | | -Dedicated components used to implement[Chart.js](https://www.chartjs.org/) in Vue.js. You can find the**CoreUI Vue library documentation** here[https://coreui.io/vue/docs »](https://coreui.io/vue/docs/components/charts) |
| 9 | +##CIcon component |
11 | 10 |
|
12 | | -##Features |
| 11 | +Dedicated component used to implement[CoreUI Icons SVG set](https://coreui.io/icons/) in Vue.js. |
13 | 12 |
|
14 | | -- Implementation with ease -**You only need to pass 'datasets' prop and you have your chart working**. Optionally you can pass labels, options and plugins according to |
15 | | -[Chart.js docs](https://www.chartjs.org/docs/latest/getting-started/usage.html). The rest of chart.js configuration issues are already resolved, |
16 | | -- Chart will be rendered, even if you don't pass the labels, as empty labels will be generated automatically. You can also assign months or numeric indexes to labels (see prop description), |
17 | | -- If you don't pass tooltip options, coreui-custom-tooltips, would be used by default. They are resolving the chart.js issue with tooltip beeing cut, when exceeding the canvas. |
18 | | -- Dynamic updates of passed configuration. This feature makes your chart.js configuration automatically reactive to changes. |
| 13 | +###Features |
19 | 14 |
|
20 | | -##Copyright and license |
| 15 | +- Can load icons in three ways: |
| 16 | +- stored globally in Vue root object, |
| 17 | +- directly passed SVG tag content, |
| 18 | +- source link to SVG file |
| 19 | +- Greatly reduce icons bundle size, when imported as single icons, |
| 20 | +- Full functionality of 'svg' html tag, |
| 21 | +- Clean API |
21 | 22 |
|
22 | | -Copyright 2019 creativeLabs Łukasz Holeczek. Code released under the MIT license. |
| 23 | +For component description visit[CIcon component documentation](https://coreui.io/vue/docs/components/icon) |
| 24 | + |
| 25 | +###Installation |
| 26 | + |
| 27 | +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: |
| 28 | + |
| 29 | +```shell |
| 30 | +npm install @coreui/icons-vue --save |
| 31 | +``` |
| 32 | + |
| 33 | +###License |
| 34 | + |
| 35 | +CoreUI Icons Free is free, open source, and GPL friendly. You can use it for |
| 36 | +commercial projects, open source projects, or really almost whatever you want. |
| 37 | + |
| 38 | +- Icons — CC BY 4.0 License |
| 39 | +- In the CoreUI Icons Free download, the CC BY 4.0 license applies to all icons packaged as .svg and .js files types. |
| 40 | +- Fonts — SIL OFL 1.1 License |
| 41 | +- In the CoreUI Icons Free download, the SIL OLF license applies to all icons packaged as web and desktop font files. |
| 42 | +- Code — MIT License |
| 43 | +- In the CoreUI Icons Free download, the MIT license applies to all non-font and non-icon files. |