
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
dusk-react
Advanced tools
React components for Dusk icons.
# npm
$ npm install dusk-react
# yarn
$ yarn add dusk-react
Import using object destructuring:
import { Safari } from 'dusk-react';
const Component = () => (
<Safari />
);
Import an icon directly:
import Safari from 'dusk-react/dist/icons/safari';
const Component = () => (
<Safari />
);
Import all of the icons:
import * dusk from 'dusk-react';
const Component = () => (
<dusk.Safari />
);
number)The size, in pixels, of the icon. Applies to both the width and the height.
string)Background color of the icon.
string)Foreground color of the icon.
string)Secondary foreground color of the icon, if applicable.
import { Safari } from 'dusk-react';
const Component = () => (
<Safari
size={300}
bg="blue"
fg="#FFEFD5"
/>
);
The 1Password icon is exported as Password, because Javascript variable names cannot begin with a number.
FAQs
react components for dusk icons
We found that dusk-react 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.