
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@gofynd/nitrozen-react
Advanced tools
A React component library inspired from Nitrozen design system
To install @gofynd/nitrozen-react
in your project, you will need to run the following
command using npm:
npm install -S @gofynd/nitrozen-react
If you prefer Yarn, use the following command instead:
yarn add @gofynd/nitrozen-react
The @gofynd/nitrozen-react
package provides components and icons for the Nitrozen Design
System.
To use a component, you can import it directly from the package:
import { Button } from "@gofynd/nitrozen-react";
function MyComponent() {
return <Button rounded>Button</Button>;
}
The library uses default font size as 10px. Hence if you are planning to use 10px as base font size, you need to add the same to your code as well.
html,
body {
font-size: 10px;
}
If you wish to use any other base font-size apart from 10px, you need to add these following:
:root {
--BaseFontSize: <your font size>; /* number as integer without unit */
}
html,
body {
font-size: <your font size>; /* number with unit */
}
For a full list of components available & it's detailed documentation, checkout our Storybook.
If you're looking for @gofynd/nitrozen-react
API documentation, check out:
Licensed under the Apache 2.0 License
FAQs
React component library inspired by Nitrozen
The npm package @gofynd/nitrozen-react receives a total of 245 weekly downloads. As such, @gofynd/nitrozen-react popularity was classified as not popular.
We found that @gofynd/nitrozen-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.