1.8.1 • Published 10 months ago

@finastra/stepper v1.8.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Stepper

See it on NPM! How big is this package in your project? Storybook

Steppers display progress through a sequence of logical and numbered steps.

We created two types of stepper, one horizontal and one vertical, you can then play around with the different states of steps, such as active or success for example.

Usage

Import

npm i @finastra/stepper
import '@finastra/stepper';
this.steps = [
    {
        label: 'Step Success',
        description: 'Ad in dolore eu anim est excepteur ex. Ullamco irure voluptate laboris cupidatat non excepteur minim nulla dolor. '
    },
    {
        label: 'Step Active',
        description: 'Aute velit incididunt ex veniam aliqua. Ullamco ullamco reprehenderit laborum aliquip dolor. Do elit sint ullamco .',
        disabled: true
    },
    {
        label: 'Step Active',
        description: 'Aute velit incididunt ex veniam aliqua. Ullamco ullamco reprehenderit laborum aliquip dolor. Do elit sint ullamco .',
        error: true
    },
    {
        label: 'Step Inactive',
        description: 'Sunt mollit quis anim laboris amet laboris irure magna. Fugiat ullamco ea qui consequat laborum. ',
        activeStepIcon: 'sync'
    }
];
...
<fds-horizontal-stepper currentStepIndex="1" steps="${this.steps}"></fds-horizontal-stepper>

<fds-vertical-stepper currentStepIndex="1" steps="${this.steps}"></fds-vertical-stepper>

API

Attributes

AttributeTypeDefaultDescription
secondarybooleanfalseUse Secondary color.

Properties

PropertyAttributeTypeDefaultDescription
currentStepIndexcurrentStepIndexnumber-1Index of current active step.
stepsStep[][]

Methods

MethodType
renderIconAndLine(index: number): TemplateResult<1>

CSS Custom Properties

PropertyTypeDefaultDescription
--fds-stepper-line-spacetext"8px"Stepper line space.

fds-vertical-stepper

Attributes

AttributeTypeDefaultDescription
labelMode] - Position of the label relative to the steps. Available values ["none", "center", "background"
secondarybooleanfalseUse Secondary color.

Properties

PropertyAttributeTypeDefaultDescription
currentStepIndexcurrentStepIndexnumber-1Index of current active step.
labelModelabel-modestring""
stepsStep[][]

Methods

MethodType
renderIconAndLine(index: number): TemplateResult<1>

CSS Custom Properties

PropertyTypeDefaultDescription
--fds-stepper-line-spacetext"8px"Stepper line space.
1.8.1

10 months ago

1.8.0

12 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.5.0

1 year ago

1.3.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.2.9

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.42

2 years ago

0.0.44

2 years ago

1.0.3

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago