1.1.7 • Published 10 months ago

@digital-realty/ix-wizard v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

1.1.6

10 months ago

1.0.30

10 months ago

1.1.1

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2-alpha-NJEN.1

10 months ago

1.0.29

11 months ago

1.0.28

11 months ago

1.0.27

12 months ago

1.0.30-alpha.0

11 months ago

1.0.29-alpha.0

11 months ago

1.0.29-alpha.1

11 months ago

1.0.26

1 year 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago