
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
react-ionicons
Advanced tools
Beautiful doc in https://react-ionicons.netlify.app/
$ npm install --save react-ionicons
or
$ yarn add react-ionicons
import React from 'react'
import { render } from 'react-dom'
import { LogoNodejs } from 'react-ionicons'
<LogoNodejs
color={'#00000'}
rotate
height="250px"
width="250px"
onClick={() => alert('Hi!')}
/>
browserify
is supported, but you have to install browserify-css@^0.12.0
manually.
Param | Type | Description | Example |
---|---|---|---|
height | String | Icon size. Allow all units (px, em, %, pt...). | height="22px" |
width | String | Icon size. Allow all units (px, em, %, pt...). | width="22px" |
color | String | Icon color. Allow string (blue, red, cyan...), rgb, rgba and hexadecimal colors. | color="#C9C9C9" |
title | String | Tooltip for the icon | title="this is a tooltip" |
cssClasses | String | Pass a string with cssClasses | cssClasses="myButton" |
rotate | Boolean | Apply rotate animation to icon | rotate={true} |
shake | Boolean | Apply shake animation to icon | shake={true} |
beat | Boolean | Apply beat animation to icon | beat={true} |
onClick | Function | Pass a function to execute onClick | onClick={() => console.log('Hi!')} |
style | Object | Pass a style object | style={{ verticalAlign: 'middle' }} |
FAQs
A React SVG ionicon component
The npm package react-ionicons receives a total of 3,086 weekly downloads. As such, react-ionicons popularity was classified as popular.
We found that react-ionicons demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.