@bolttech/atoms-stepper-horizontal
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

@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;

Readme

Keywords

none

Package Sidebar

Install

npm i @bolttech/atoms-stepper-horizontal

Weekly Downloads

29

Version

0.5.0

License

none

Unpacked Size

208 kB

Total Files

7

Last publish

Collaborators

  • plinio.altoe
  • bruno.gomes
  • lukaspiccinibt
  • diogo_aleixo_bolttech
  • pauloazevedo-ed
  • danielkhalebbatista
  • andsfranbolt
  • achraf.ely