1.0.2 • Published 1 year ago

@vygruppen/spor-stepper-react v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Stepper (React)

Steppers are for showing the progress through a multi step process.

Installation

$ npm install @vygruppen/spor-stepper-react

Usage

import { Stepper } from "@vygruppen/spor-stepper-react";

<Stepper activeStepIndex={1} title="Reisesøk" onClick={(clickedIndex) => {}}>
  <StepperStep>Start</StepperStep>
  <StepperStep>Fyll ut</StepperStep>
  <StepperStep>Avslutt</StepperStep>
</Stepper>;

Development

Please refer to the root readme for development notes.

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago