
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@hudoro/stepper
Advanced tools
Hudoro stepper is a strict and customizable stepper component for web development projects, designed for simplicity and adherence to strict design guidelines.
Instal package using pnpm
pnpm add @hudoro/stepper
Instal package using yarn
yarn add @hudoro/stepper
Instal package using npm
npm i @hudoro/stepper
import React from "react";
import {Stepper, Step} from "@hudoro/stepper";
import ReactDOM from "react-dom/client";
const App = () => (
<div>
<h1>Stepper Component</h1>
<Stepper orientation="horizontal" active={1}>
<Step title="title" description="description" />
<Step title="title1" description="description1" />
<Step title="title2" description="descriptio2" />
</Stepper>
</div>
);
ReactDOM.createRoot(document.getElementById("app")!).render(<App />);
Prop Name | Value | required |
---|---|---|
orientation | "horizontal" / "vertical" | false |
children | ReactNode | true |
active | number | true |
Prop Name | Value | required |
---|---|---|
title | string | true |
description | string | true |
FAQs
stepper component for Hudoro UI
We found that @hudoro/stepper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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 uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.