Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@coreui/icons-vue
Advanced tools
Official Vue.js component for CoreUI Icons and CoreUI Icons PRO.
Explore CoreUI Icons for Vue docs »
Report bug
·
Request feature
·
Blog
npm install @coreui/icons
npm install @coreui/icons-vue
or
yarn add @coreui/icons
yarn add @coreui/icons-vue
import { CIcon } from '@coreui/icons-vue';
import { cifAu } from '@coreui/icons';
...
<CIcon :icon="cilAu" size="xxl"/>
...
import { CIcon } from '@coreui/icons-vue';
import * as icon from '@coreui/icons';
...
<CIcon :icon="icon.cilList" size="xxl"/>
...
property | type | description |
---|---|---|
customClassName | string | object | string[] | Use for replacing default CIcon component classes. Prop is overriding the 'size' prop. |
icon | string | string[] | Name of the icon placed in React object or SVG content. |
height | number | The height attribute defines the vertical length of an icon. |
size | sm | md |lg | xl | xxl | 3xl | 4xl | 5xl | 6xl | 7xl | 8xl | 9xl | Size of the icon. |
use | string | If defined component will be rendered using use tag. |
title | string | Title tag content. |
width | number | The width attribute defines the horizontal length of an icon. |
FAQs
Official Vue component for CoreUI Icons
The npm package @coreui/icons-vue receives a total of 18,924 weekly downloads. As such, @coreui/icons-vue popularity was classified as popular.
We found that @coreui/icons-vue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.