Official Vue component for CoreUI Icons
npm install @coreui/icons-vue
Official Vue.js component for CoreUI Icons and CoreUI Icons PRO.
Explore CoreUI Icons for Vue docs »
Report bug
·
Request feature
·
Blog
![NPM][coreui]
![Downloads][coreui]
![License][coreui]
[coreui]: https://coreui.io/icons
``bash`
npm install @coreui/icons
npm install @coreui/icons-vue
or
`bash`
yarn add @coreui/icons
yarn add @coreui/icons-vue
`jsx
import { CIcon } from '@coreui/icons-vue';
import { cifAu } from '@coreui/icons';
...
...
`
`jsx
import { CIcon } from '@coreui/icons-vue';
import * as icon from '@coreui/icons';
...
...
`
| property | type | description |
| --- | --- | --- |
| customClassName | string \| object \| string[] | Use for replacing default CIcon component classes. Prop is overriding the 'size' prop. |string
| icon | \| string[] | Name of the icon placed in React object or SVG content. |number
| height | | The height attribute defines the vertical length of an icon. |sm
| size | \| md \|lg \| xl \| xxl \| 3xl \| 4xl \| 5xl \| 6xl \| 7xl \| 8xl \| 9xl | Size of the icon. |string
| use | | If defined component will be rendered using use tag. |string
| title | | Title tag content. |number` | The width attribute defines the horizontal length of an icon. |
| width |