0.5.0 • Published 1 month ago

@bolttech/atoms-stepper-horizontal v0.5.0

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

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

1 month ago

0.0.2

3 months ago

0.4.0

3 months ago

0.0.1

4 months ago

0.3.0

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

7 months ago