Skip to content

Commit 1fd86b4

Browse files
committed
chore: update README file
1 parent d1cdd6d commit 1fd86b4

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
[![@coreui icons](https://img.shields.io/badge/@coreui%20-icons--vue-lightgrey.svg?style=flat-square)](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
42

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+
![NPM](https://img.shields.io/badge/npm-1.0.2-brightgreen)
4+
![Downloads](https://img.shields.io/npm/dm/@coreui/icons.svg?style=flat-square)
5+
![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg)
86

9-
## CoreUI icons vue - CIcon component
7+
## CIcon component
108

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
1212

13-
## Features
1413
- Can load icons stored globally, directly passed or by source link,
1514
- Can significantly reduce bundle size due to JavaScript named icons import,
1615
- Full functionality of 'svg' html tag,
1716
- Clean API
1817

1918
For component description visit [CIcon component documentation](https://coreui.io/vue/docs/components/icon)
2019

21-
## Installation
20+
### Installation
2221

2322
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:
2423

2524
```shell
2625
npm install @coreui/icons-vue --save
2726
```
2827

29-
## License
28+
### License
3029

3130
CoreUI Icons Free is free, open source, and GPL friendly. You can use it for
3231
commercial projects, open source projects, or really almost whatever you want.

0 commit comments

Comments
 (0)