Socket
Socket
Sign inDemoInstall

@bolttech/atoms-stepper-horizontal

Package Overview
Dependencies
105
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
15
decreased by-16.67%
Maintainers
8
Created
Weekly downloads
 

Readme

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

Last updated on 01 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc