0.7.0 • Published 10 months ago

@bolttech/atoms-stepper-horizontal v0.7.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months 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.7.0

10 months ago

0.6.0

1 year ago

0.5.0

1 year ago

0.0.2

1 year ago

0.4.0

1 year ago

0.0.1

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago