1.1.7 • Published 9 months ago

@digital-realty/ix-wizard v1.1.7

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

\

This webcomponent follows the open-wc recommendation.

Installation

npm i @digital-realty/ix-wizard

Usage

<script type="module">
  import '@digital-realty/ix-wizard/ix-wizard.js';
  import '@digital-realty/ix-wizard/ix-wizard-step.js';
</script>

<ix-wizard>
  <ix-wizard-step>
    <div value="1">Option label</div>
  </ix-wizard-step>
</ix-wizard>
import { IxWizard, IxWizardStep } from 'ix-wizard'

<IxWizard>
  <IxWizardStep>
    <div value="1">Option label</div>
  </IxWizardStep>
</IxWizard>

Demo and Documentation

Full documentation and demo are available at DLR Component Gallery.

1.1.7

9 months ago

1.1.6

9 months ago

1.0.30

10 months ago

1.1.1

9 months ago

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2-alpha-NJEN.1

9 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

11 months ago

1.0.30-alpha.0

10 months ago

1.0.29-alpha.0

10 months ago

1.0.29-alpha.1

10 months ago

1.0.26

12 months ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago