Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@bolttech/atoms-stepper-horizontal

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolttech/atoms-stepper-horizontal

This is a React component package designed for creating horizontal steppers with progress bar.

latest
npmnpm
Version
0.7.0
Version published
Weekly downloads
233
232.86%
Maintainers
7
Weekly downloads
 
Created
Source

@bolttech/atoms-stepper-horizontal

This is a React component package designed for creating horizontal steppers with progress bar.

Installation

You can install this package via npm:

npm install @bolttech/atoms-stepper-horizontal

Example:

import React from 'react';
import { StepperHorizontal } from '@bolttech/atoms-stepper-horizontal';

function MyComponent() {
  return (
    <div>
      <StepperHorizontal
        current={2}
        description="Step 2/4"
        limit={4}
        status="default"
        dataTestId="my-stepper"
      />
    </div>
  );
}

export default MyComponent;

FAQs

Package last updated on 04 Sep 2024

Did you know?

Socket

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.

Install

Related posts